Skip to content

Commit adc7ca5

Browse files
author
liv
committed
fix(move_semantics2): change type back to compile
1 parent c2264ca commit adc7ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Also: Try accessing `vec0` after having called `fill_vec()`. See what happens!""
287287
[[exercises]]
288288
name = "move_semantics2"
289289
path = "exercises/move_semantics/move_semantics2.rs"
290-
mode = "test"
290+
mode = "compile"
291291
hint = """
292292
When running this exercise for the first time, you'll notice an error about
293293
"borrow of moved value". In Rust, when an argument is passed to a function and

0 commit comments

Comments
 (0)