2018-12-02 13:27:37 -06:00
|
|
|
warning: unused extern crate
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/no-macro-use-attr.rs:6:1
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
2019-05-21 17:09:58 -05:00
|
|
|
LL | extern crate test_macros;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
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
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
|
|
|
LL | #![warn(unused_extern_crates)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2019-11-05 15:42:23 -06:00
|
|
|
error: fatal error triggered by #[rustc_error]
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/no-macro-use-attr.rs:10:1
|
2018-12-02 13:27:37 -06:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | fn main() {}
|
2020-08-12 16:02:14 -05:00
|
|
|
| ^^^^^^^^^
|
2018-12-02 13:27:37 -06:00
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error; 1 warning emitted
|
2018-12-02 13:27:37 -06:00
|
|
|
|