rust/tests/ui/proc-macro/no-macro-use-attr.stderr

15 lines
330 B
Text
Raw Normal View History

warning: unused extern crate
2018-12-25 08:56:47 -07:00
--> $DIR/no-macro-use-attr.rs:6:1
|
LL | extern crate test_macros;
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it
|
2020-01-22 23:57:38 +00:00
note: the lint level is defined here
2018-12-25 08:56:47 -07:00
--> $DIR/no-macro-use-attr.rs:4:9
|
LL | #![warn(unused_extern_crates)]
| ^^^^^^^^^^^^^^^^^^^^
2025-03-30 00:39:55 +03:00
warning: 1 warning emitted