mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
15 lines
403 B
Plaintext
15 lines
403 B
Plaintext
error: the item `allow` is imported redundantly
|
|
--> $DIR/redundant-import-lang-prelude-attr.rs:15:5
|
|
|
|
|
LL | use allow;
|
|
| ^^^^^ the item `allow` is already defined by the extern prelude
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/redundant-import-lang-prelude-attr.rs:12:9
|
|
|
|
|
LL | #![deny(redundant_imports)]
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|