]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/mut/mut-pattern-internal-mutability.stderr
New upstream version 1.53.0+dfsg1
[rustc.git] / src / test / ui / mut / mut-pattern-internal-mutability.stderr
index eaa33453a75076dea22e05610241fd8df407675b..6583546aa5c1fe70bbecdb12f294372a20dcdd7c 100644 (file)
@@ -5,7 +5,7 @@ LL |     let &mut x = foo;
    |              -
    |              |
    |              first assignment to `x`
-   |              help: make this binding mutable: `mut x`
+   |              help: consider making this binding mutable: `mut x`
 LL |     x += 1;
    |     ^^^^^^ cannot assign twice to immutable variable