Skip to content

Commit

Permalink
Update UI test checking suggestion message to rename type starting wi…
Browse files Browse the repository at this point in the history
…th underscore
  • Loading branch information
GuillaumeGomez committed Feb 29, 2024
1 parent 3770cf7 commit 451fd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/suggestions/silenced-binding-typo.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ error[E0425]: cannot find value `x` in this scope
LL | let _y = x;
| ^
|
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`
|
LL | let x = 42;
| ~
Expand Down

0 comments on commit 451fd98

Please sign in to comment.