We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee63ebe commit f7784efCopy full SHA for f7784ef
1 file changed
tests/ui/similar_names.stderr
@@ -72,13 +72,13 @@ LL | let parser: i32;
72
| ^^^^^^
73
74
error: binding's name is too similar to existing binding
75
- --> $DIR/similar_names.rs:85:16
+ --> $DIR/similar_names.rs:88:16
76
|
77
LL | bpple: sprang,
78
79
80
note: existing binding defined here
81
- --> $DIR/similar_names.rs:84:16
+ --> $DIR/similar_names.rs:87:16
82
83
LL | apple: spring,
84
0 commit comments