diff options
| author | mo8it <mo8it@proton.me> | 2023-08-27 00:46:48 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2023-08-27 00:48:19 +0200 |
| commit | 64224d3918820ebcdd2ee23fe2e7678f94573345 (patch) | |
| tree | 0f3deaa6ffdaf0557769474961f745aa479c3d8b /info.toml | |
| parent | c663f06669f5075806a2aff9f946a2d4463d1eeb (diff) | |
Make move_semantics5 a test
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -340,7 +340,7 @@ So the end goal is to: [[exercises]] name = "move_semantics5" path = "exercises/move_semantics/move_semantics5.rs" -mode = "compile" +mode = "test" hint = """ Carefully reason about the range in which each mutable reference is in scope. Does it help to update the value of referent (x) immediately after |
