]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/no-macro-use-attr.stderr
Rollup merge of #107470 - kadiwa4:bootstrap_cleanup, r=albertlarsan68
[rust.git] / tests / ui / proc-macro / no-macro-use-attr.stderr
1 warning: unused extern crate
2   --> $DIR/no-macro-use-attr.rs:6:1
3    |
4 LL | extern crate test_macros;
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it
6    |
7 note: the lint level is defined here
8   --> $DIR/no-macro-use-attr.rs:4:9
9    |
10 LL | #![warn(unused_extern_crates)]
11    |         ^^^^^^^^^^^^^^^^^^^^
12
13 error: fatal error triggered by #[rustc_error]
14   --> $DIR/no-macro-use-attr.rs:10:1
15    |
16 LL | fn main() {}
17    | ^^^^^^^^^
18
19 error: aborting due to previous error; 1 warning emitted
20