mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
19 lines
590 B
Plaintext
19 lines
590 B
Plaintext
error: unused extern crate
|
|
--> $DIR/issue-54400-unused-extern-crate-attr-span.rs:12:1
|
|
|
|
|
LL | / #[cfg(blandiloquence)]
|
|
LL | | extern crate edition_lint_paths;
|
|
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
|
|
| |________________________________|
|
|
| help: remove it
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/issue-54400-unused-extern-crate-attr-span.rs:6:9
|
|
|
|
|
LL | #![deny(rust_2018_idioms)]
|
|
| ^^^^^^^^^^^^^^^^
|
|
= note: `#[deny(unused_extern_crates)]` implied by `#[deny(rust_2018_idioms)]`
|
|
|
|
error: aborting due to 1 previous error
|
|
|