]> git.proxmox.com Git - rustc.git/blame - src/test/ui/proc-macro/no-macro-use-attr.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / proc-macro / no-macro-use-attr.stderr
CommitLineData
0731742a
XL
1warning: unused extern crate
2 --> $DIR/no-macro-use-attr.rs:6:1
3 |
dc9dc135
XL
4LL | extern crate test_macros;
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it
0731742a
XL
6 |
7note: lint level defined here
8 --> $DIR/no-macro-use-attr.rs:4:9
9 |
10LL | #![warn(unused_extern_crates)]
11 | ^^^^^^^^^^^^^^^^^^^^
12
60c5eb7d 13error: fatal error triggered by #[rustc_error]
0731742a
XL
14 --> $DIR/no-macro-use-attr.rs:10:1
15 |
532ac7d7 16LL | fn main() {}
0731742a
XL
17 | ^^^^^^^^^^^^
18
19error: aborting due to previous error
20