diff options
| author | liv <shadows_withal@fastmail.com> | 2023-06-22 10:10:44 +0200 |
|---|---|---|
| committer | liv <shadows_withal@fastmail.com> | 2023-06-22 10:10:44 +0200 |
| commit | adc7ca56901ed1f53659fb8fa139a65423affd13 (patch) | |
| tree | 87844385770f65cb175d7ec2a4eb33810c61999e | |
| parent | c2264cabae976cf534be08942ff33f3a58f8795e (diff) | |
fix(move_semantics2): change type back to compile
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
