Skip to content

Commit

Permalink
fix(move_semantics2): change type back to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
liv committed Jun 22, 2023
1 parent c2264ca commit adc7ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ Also: Try accessing `vec0` after having called `fill_vec()`. See what happens!""
[[exercises]]
name = "move_semantics2"
path = "exercises/move_semantics/move_semantics2.rs"
mode = "test"
mode = "compile"
hint = """
When running this exercise for the first time, you'll notice an error about
"borrow of moved value". In Rust, when an argument is passed to a function and
Expand Down

0 comments on commit adc7ca5

Please sign in to comment.