]> git.lizzy.rs Git - rust.git/blob - src/test/ui/imports/unused-import-issue-87973.stderr
Preparing for merge from rustc
[rust.git] / src / test / ui / imports / unused-import-issue-87973.stderr
1 error: unused import: `std::fs`
2   --> $DIR/unused-import-issue-87973.rs:8:5
3    |
4 LL | use std::fs;
5    |     ^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/unused-import-issue-87973.rs:2:9
9    |
10 LL | #![deny(unused_imports)]
11    |         ^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14