summaryrefslogtreecommitdiffstats
path: root/tests/ui/imports/unused-import-issue-87973.stderr
blob: a43e92b1458022805fad4f27aa9c4972af3a9719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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