rust/src/test/ui/proc-macro/no-macro-use-attr.stderr

21 lines
467 B
Plaintext
Raw Normal View History

warning: unused extern crate
2018-12-25 09:56:47 -06:00
--> $DIR/no-macro-use-attr.rs:6:1
|
LL | extern crate test_macros;
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it
|
2020-01-22 17:57:38 -06:00
note: the lint level is defined here
2018-12-25 09:56:47 -06:00
--> $DIR/no-macro-use-attr.rs:4:9
|
LL | #![warn(unused_extern_crates)]
| ^^^^^^^^^^^^^^^^^^^^
error: fatal error triggered by #[rustc_error]
2018-12-25 09:56:47 -06:00
--> $DIR/no-macro-use-attr.rs:10:1
|
2019-03-09 06:03:44 -06:00
LL | fn main() {}
| ^^^^^^^^^^^^
error: aborting due to previous error