rust/tests/ui/imports/unused-import-issue-87973.stderr
Nilstrieb 41e8d152dc Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00

15 lines
307 B
Plaintext

error: unused import: `std::fs`
--> $DIR/unused-import-issue-87973.rs:8:5
|
LL | use std::fs;
| ^^^^^^^
|
note: the lint level is defined here
--> $DIR/unused-import-issue-87973.rs:2:9
|
LL | #![deny(unused_imports)]
| ^^^^^^^^^^^^^^
error: aborting due to 1 previous error