]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/command-line-diagnostics.nll.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / command-line-diagnostics.nll.stderr
index 46bb7c5af5744f9da42d2156b3800196dfd7ec87..6273ba33e167b3ed7a2405e7587631814cc3da5b 100644 (file)
@@ -5,7 +5,7 @@ LL |     let x = 42;
    |         -
    |         |
    |         first assignment to `x`
-   |         consider changing this to `mut x`
+   |         help: make this binding mutable: `mut x`
 LL |     x = 43;
    |     ^^^^^^ cannot assign twice to immutable variable