]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/augmented-assignments.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / augmented-assignments.stderr
index 953af813c3821d8e8dcd3c22af3deae23c8aa1e6..a7f3328071e26b370c93c6c778cbc64ab2cf7a34 100644 (file)
@@ -1,9 +1,9 @@
 error[E0596]: cannot borrow immutable local variable `y` as mutable
-  --> $DIR/augmented-assignments.rs:30:5
+  --> $DIR/augmented-assignments.rs:31:5
    |
 LL |     let y = Int(2);
-   |         - consider changing this to `mut y`
-LL |     //~^ consider changing this to `mut y`
+   |         - help: make this binding mutable: `mut y`
+...
 LL |     y   //~ error: cannot borrow immutable local variable `y` as mutable
    |     ^ cannot borrow mutably