We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da9e7e commit 4c46e5eCopy full SHA for 4c46e5e
info.toml
@@ -216,8 +216,8 @@ path = "exercises/move_semantics/move_semantics5.rs"
216
mode = "compile"
217
hint = """
218
Carefully reason about the range in which each mutable reference is in
219
-vogue. Does updating the value of referrent (x) immediately after the
220
-mutable reference is taken helps? Read more about 'Mutable Referenes'
+vogue. Does updating the value of referent (x) immediately after the
+mutable reference is taken helps? Read more about 'Mutable References'
221
in the book's section References and Borrowing':
222
https://doc.rust-lang.org/book/ch04-02-references-and-borrowing.html#mutable-references."""
223
0 commit comments