]> git.proxmox.com Git - rustc.git/blame - src/test/ui/proc-macro/shadow.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / proc-macro / shadow.stderr
CommitLineData
dc9dc135 1error[E0259]: the name `test_macros` is defined multiple times
0731742a
XL
2 --> $DIR/shadow.rs:6:1
3 |
dc9dc135
XL
4LL | extern crate test_macros;
5 | ------------------------- previous import of the extern crate `test_macros` here
532ac7d7 6LL | #[macro_use]
dc9dc135
XL
7LL | extern crate test_macros;
8 | ^^^^^^^^^^^^^^^^^^^^^^^^^ `test_macros` reimported here
0731742a 9 |
dc9dc135 10 = note: `test_macros` must be defined only once in the type namespace of this module
0731742a
XL
11
12error: aborting due to previous error
13
14For more information about this error, try `rustc --explain E0259`.