1
Fork 0

fix line numbers

This commit is contained in:
Matthias Geier 2021-08-11 20:42:01 +02:00 committed by GitHub
parent ee63ebe11b
commit f7784ef534
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
| ^^^^^^ | ^^^^^^