fix line numbers
This commit is contained in:
parent
ee63ebe11b
commit
f7784ef534
1 changed files with 2 additions and 2 deletions
|
@ -72,13 +72,13 @@ LL | let parser: i32;
|
||||||
| ^^^^^^
|
| ^^^^^^
|
||||||
|
|
||||||
error: binding's name is too similar to existing binding
|
error: binding's name is too similar to existing binding
|
||||||
--> $DIR/similar_names.rs:85:16
|
--> $DIR/similar_names.rs:88:16
|
||||||
|
|
|
|
||||||
LL | bpple: sprang,
|
LL | bpple: sprang,
|
||||||
| ^^^^^^
|
| ^^^^^^
|
||||||
|
|
|
|
||||||
note: existing binding defined here
|
note: existing binding defined here
|
||||||
--> $DIR/similar_names.rs:84:16
|
--> $DIR/similar_names.rs:87:16
|
||||||
|
|
|
|
||||||
LL | apple: spring,
|
LL | apple: spring,
|
||||||
| ^^^^^^
|
| ^^^^^^
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue