Skip to content

Commit f7784ef

Browse files
authored
fix line numbers
1 parent ee63ebe commit f7784ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/similar_names.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ LL | let parser: i32;
7272
| ^^^^^^
7373

7474
error: binding's name is too similar to existing binding
75-
--> $DIR/similar_names.rs:85:16
75+
--> $DIR/similar_names.rs:88:16
7676
|
7777
LL | bpple: sprang,
7878
| ^^^^^^
7979
|
8080
note: existing binding defined here
81-
--> $DIR/similar_names.rs:84:16
81+
--> $DIR/similar_names.rs:87:16
8282
|
8383
LL | apple: spring,
8484
| ^^^^^^

0 commit comments

Comments
 (0)