]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/unused_import_warning_issue_45268.stderr
Add 'compiler/rustc_smir/' from commit '9abcb5c7b574cf316eb23d3f469187bb86ba3019'
[rust.git] / src / test / ui / lint / unused_import_warning_issue_45268.stderr
1 warning: unused import: `test::Unused`
2   --> $DIR/unused_import_warning_issue_45268.rs:26:5
3    |
4 LL | use test::Unused;   // This is really unused, so warning is OK
5    |     ^^^^^^^^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/unused_import_warning_issue_45268.rs:3:9
9    |
10 LL | #![warn(unused_imports)] // Warning explanation here, it's OK
11    |         ^^^^^^^^^^^^^^
12
13 warning: 1 warning emitted
14