rust/tests/ui/proc-macro/no-macro-use-attr.stderr
2025-03-30 01:32:21 +03:00

14 lines
330 B
Text

warning: unused extern crate
--> $DIR/no-macro-use-attr.rs:6:1
|
LL | extern crate test_macros;
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it
|
note: the lint level is defined here
--> $DIR/no-macro-use-attr.rs:4:9
|
LL | #![warn(unused_extern_crates)]
| ^^^^^^^^^^^^^^^^^^^^
warning: 1 warning emitted