mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
15 lines
424 B
Plaintext
15 lines
424 B
Plaintext
error: the item `aux_issue_121915` is imported redundantly
|
|
--> $DIR/redundant-import-issue-121915.rs:6:9
|
|
|
|
|
LL | use aux_issue_121915;
|
|
| ^^^^^^^^^^^^^^^^ the item `aux_issue_121915` is already defined by prelude
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/redundant-import-issue-121915.rs:4:8
|
|
|
|
|
LL | #[deny(unused_imports)]
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|