2018-05-23 19:25:59 -04:00
|
|
|
error: unused extern crate
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/extern-crate-idiomatic-in-2018.rs:12:1
|
2018-05-23 19:25:59 -04: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 08:56:47 -07:00
|
|
|
--> $DIR/extern-crate-idiomatic-in-2018.rs:9:9
|
2018-05-23 19:25:59 -04:00
|
|
|
|
|
2018-05-25 16:53:49 -04:00
|
|
|
LL | #![deny(rust_2018_idioms)]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2019-07-16 22:17:38 +02:00
|
|
|
= note: `#[deny(unused_extern_crates)]` implied by `#[deny(rust_2018_idioms)]`
|
2018-05-23 19:25:59 -04:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-05-23 19:25:59 -04:00
|
|
|
|