]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/unused_import_warning_issue_45268.stderr
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-2022-07-25
[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