blob: 6cc1221cfe9935ccb5cdfac488e01a9f8f79e1f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
error: macro-expanded `extern crate` items cannot shadow names passed with `--extern`
--> $DIR/issue-109148.rs:6:9
|
LL | extern crate core as std;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
...
LL | m!();
| ---- in this macro invocation
|
= note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
error: aborting due to previous error
|