mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-15 17:28:07 +00:00
14 lines
431 B
Text
14 lines
431 B
Text
|
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!();
|
||
|
| --------------------- in this macro invocation
|
||
|
|
|
||
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|