2020-11-05 13:29:48 +00:00
|
|
|
error: macro-expanded `extern crate` items cannot shadow names passed with `--extern`
|
|
|
|
--> $DIR/ice-6255.rs:6:9
|
|
|
|
|
|
|
|
|
LL | extern crate std as core;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
...
|
|
|
|
LL | define_other_core!();
|
2021-10-14 18:28:30 +00:00
|
|
|
| -------------------- in this macro invocation
|
2020-11-05 13:29:48 +00:00
|
|
|
|
|
2021-02-13 19:52:25 +00:00
|
|
|
= note: this error originates in the macro `define_other_core` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-11-05 13:29:48 +00:00
|
|
|
|
2023-11-21 17:08:42 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-11-05 13:29:48 +00:00
|
|
|
|