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 c2264ca commit adc7ca5Copy full SHA for adc7ca5
info.toml
@@ -287,7 +287,7 @@ Also: Try accessing `vec0` after having called `fill_vec()`. See what happens!""
287
[[exercises]]
288
name = "move_semantics2"
289
path = "exercises/move_semantics/move_semantics2.rs"
290
-mode = "test"
+mode = "compile"
291
hint = """
292
When running this exercise for the first time, you'll notice an error about
293
"borrow of moved value". In Rust, when an argument is passed to a function and
0 commit comments