blob: 42735ff90c90baa0a938dcd879f77c56a130bd86 [file] [edit]
error: macro-expanded `extern crate` items cannot shadow names passed with `--extern`
--> $DIR/extern-prelude-extern-crate-fail.rs:16:9
|
LL | extern crate std as non_existent;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
LL | define_std_as_non_existent!();
| ----------------------------- in this macro invocation
|
= note: this error originates in the macro `define_std_as_non_existent` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: cannot find module or crate `two_macros` in this scope
--> $DIR/extern-prelude-extern-crate-fail.rs:10:9
|
LL | two_macros::m!();
| ^^^^^^^^^^ use of unresolved module or unlinked crate `two_macros`
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0433`.