Skip to content

Commit 087e076

Browse files
authored
Merge pull request #1384 from stornquist/patch-1
fix(move_semantics2): add expected output comment
2 parents b39b819 + fef8314 commit 087e076

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exercises/move_semantics/move_semantics2.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
// Make me compile without changing line 13 or moving line 10!
33
// Execute `rustlings hint move_semantics2` or use the `hint` watch subcommand for a hint.
44

5+
// Expected output:
6+
// vec0 has length 3 content `[22, 44, 66]`
7+
// vec1 has length 4 content `[22, 44, 66, 88]`
8+
59
// I AM NOT DONE
610

711
fn main() {

0 commit comments

Comments
 (0)