mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 14:02:22 -05:00
Merge pull request #1384 from stornquist/patch-1
fix(move_semantics2): add expected output comment
This commit is contained in:
commit
087e076ec0
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
// Make me compile without changing line 13 or moving line 10!
|
||||
// Execute `rustlings hint move_semantics2` or use the `hint` watch subcommand for a hint.
|
||||
|
||||
// Expected output:
|
||||
// vec0 has length 3 content `[22, 44, 66]`
|
||||
// vec1 has length 4 content `[22, 44, 66, 88]`
|
||||
|
||||
// I AM NOT DONE
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Reference in a new issue