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.
2 parents 8b4b3a8 + 98f1c35 commit f6f5cdfCopy full SHA for f6f5cdf
src/doc/book/mutability.md
@@ -55,6 +55,8 @@ fn foo(mut x: i32) {
55
# }
56
```
57
58
+Note that here, the `x` is mutable, but not the `y`.
59
+
60
[pattern]: patterns.html
61
62
# Interior vs. Exterior Mutability
0 commit comments