mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-03 03:40:13 +00:00
1b85828548
Improve the hints for move_semantics5, as well as the explanatory comments in the code. Previously, it was not clear what possible changes were allowed. It seems that reordering the statements might be the intended solution. The previous comment about not "adding newlines" doesn't make sense, so treating it as "adding new lines" makes it more clear. |
||
---|---|---|
.. | ||
move_semantics1.rs | ||
move_semantics2.rs | ||
move_semantics3.rs | ||
move_semantics4.rs | ||
move_semantics5.rs | ||
README.md |
Move Semantics
These exercises are adapted from pnkfelix's Rust Tutorial -- Thank you Felix!!!
Further information
For this section, the book links are especially important.