push (1) ; // Attempt to mutate vector 3 assert!(*x == 1); // Read from immutable pointer after mutation Then the Rust compiler will raise the following error: ...
確定! 回上一頁