2018-09-22 20:51:29 +00:00
|
|
|
error: unused extern crate
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/issue-54400-unused-extern-crate-attr-span.rs:12:1
|
2018-09-22 20:51:29 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | / #[cfg(blandiloquence)]
|
2018-09-22 20:51:29 +00:00
|
|
|
LL | | extern crate edition_lint_paths;
|
|
|
|
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-
|
|
|
|
| |________________________________|
|
|
|
|
| help: remove it
|
|
|
|
|
|
2020-01-22 23:57:38 +00:00
|
|
|
note: the lint level is defined here
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/issue-54400-unused-extern-crate-attr-span.rs:6:9
|
2018-09-22 20:51:29 +00:00
|
|
|
|
|
|
|
|
LL | #![deny(rust_2018_idioms)]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2019-07-16 20:17:38 +00:00
|
|
|
= note: `#[deny(unused_extern_crates)]` implied by `#[deny(rust_2018_idioms)]`
|
2018-09-22 20:51:29 +00:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|