2020-10-24 21:17:34 +03:00
|
|
|
error: macro-expanded `extern crate` items cannot shadow names passed with `--extern`
|
|
|
|
--> $DIR/issue-78325-inconsistent-resolution.rs:3:9
|
|
|
|
|
|
|
|
|
LL | extern crate std as core;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
...
|
|
|
|
LL | define_other_core!();
|
2021-10-14 13:28:28 -05:00
|
|
|
| -------------------- in this macro invocation
|
2020-10-24 21:17:34 +03:00
|
|
|
|
|
2021-02-13 14:52:25 -05:00
|
|
|
= note: this error originates in the macro `define_other_core` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2020-10-24 21:17:34 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|