1, 25292 Rust's Vec type doesn't implement Copy, so if we didn't have the call to clone it would try to move the value which is not allowed.
確定! 回上一頁