]> git.lizzy.rs Git - rust.git/blob - tests/ui/crashes/ice-6255.stderr
Merge remote-tracking branch 'upstream/master' into rustup
[rust.git] / tests / ui / crashes / ice-6255.stderr
1 error: macro-expanded `extern crate` items cannot shadow names passed with `--extern`
2   --> $DIR/ice-6255.rs:6:9
3    |
4 LL |         extern crate std as core;
5    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
6 ...
7 LL | define_other_core!();
8    | -------------------- in this macro invocation
9    |
10    = note: this error originates in the macro `define_other_core` (in Nightly builds, run with -Z macro-backtrace for more info)
11
12 error: aborting due to previous error
13