Files
rust/tests/ui/resolve/unused-macro-import.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
302 B
Plaintext
Raw Normal View History

warning: unused import: `crate::mac`
--> $DIR/unused-macro-import.rs:10:9
|
LL | use crate::mac;
| ^^^^^^^^^^
|
note: the lint level is defined here
--> $DIR/unused-macro-import.rs:3:9
|
LL | #![warn(unused_imports)]
| ^^^^^^^^^^^^^^
warning: 1 warning emitted