Merge pull request #1384 from stornquist/patch-1

fix(move_semantics2): add expected output comment
This commit is contained in:
liv 2023-04-05 13:10:57 +00:00 committed by GitHub
commit 087e076ec0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,10 @@
// Make me compile without changing line 13 or moving line 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. // 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 // I AM NOT DONE
fn main() { fn main() {