blob: 738e9d1bd5cad1e6e1c30a59eaffdb120a1a1dad [file] [log] [blame]
error: macro-expanded `extern crate` items cannot shadow names passed with `--extern`
--> tests/ui/crashes/ice-6255.rs:6:9
|
LL | extern crate std as core;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
...
LL | define_other_core!();
| -------------------- in this macro invocation
|
= note: this error originates in the macro `define_other_core` (in Nightly builds, run with -Z macro-backtrace for more info)
error: aborting due to 1 previous error