Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbad160 commit b345aa9Copy full SHA for b345aa9
move_semantics/move_semantics1.rs
@@ -37,6 +37,6 @@ fn fill_vec(vec: Vec<i32>) -> Vec<i32> {
37
38
39
40
-// So you've got the "cannot borrow immutable local variable `vec1` as mutable" error on line 8,
41
-// right? The fix for this is going to be adding one keyword, and the addition is NOT on line 8
+// So you've got the "cannot borrow immutable local variable `vec1` as mutable" error on line 10,
+// right? The fix for this is going to be adding one keyword, and the addition is NOT on line 10
42
// where the error is.
0 commit comments