summaryrefslogtreecommitdiff
path: root/tests/ui/imports/issue-109148.stderr
blob: b7f1f69dc8f0c7ca29de3702731d55699525e76b (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 1 previous error