We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3770cf7 commit 451fd98Copy full SHA for 451fd98
tests/ui/suggestions/silenced-binding-typo.stderr
@@ -4,7 +4,7 @@ error[E0425]: cannot find value `x` in this scope
4
LL | let _y = x;
5
| ^
6
|
7
-help: a local variable with a similar name exists, consider changing it
+help: a local variable with a similar name exists, consider renaming `_x` into `x`
8
9
LL | let x = 42;
10
| ~
0 commit comments