mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
21 lines
485 B
Plaintext
21 lines
485 B
Plaintext
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)]
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: fatal error triggered by #[rustc_error]
|
|
--> $DIR/no-macro-use-attr.rs:10:1
|
|
|
|
|
LL | fn main() {}
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error; 1 warning emitted
|
|
|