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 ae406aa commit dd37e21Copy full SHA for dd37e21
src/lifetime-mismatch.md
@@ -65,7 +65,7 @@ fn main() {
65
66
The lifetime system is forced to extend the `&mut foo` to have lifetime `'c`,
67
due to the lifetime of `loan` and `mutate_and_share`'s signature. Then when we
68
-try to call `share`, and it sees we're trying to alias that `&'c mut foo` and
+try to call `share`, it sees we're trying to alias that `&'c mut foo` and
69
blows up in our face!
70
71
This program is clearly correct according to the reference semantics we actually
0 commit comments