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.
let(mut x, y) =
1 parent 9743c66 commit 98f1c35Copy full SHA for 98f1c35
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