2018-05-23 23:25:59 +00:00
|
|
|
error: unused extern crate
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/extern-crate-idiomatic-in-2018.rs:12:1
|
2018-05-23 23:25:59 +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/extern-crate-idiomatic-in-2018.rs:9:9
|
2018-05-23 23:25:59 +00:00
|
|
|
|
|
2018-05-25 20:53:49 +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-05-23 23:25:59 +00:00
|
|
|
|
2019-04-25 07:06:49 +00:00
|
|
|
error: aborting due to previous error
|
2018-05-23 23:25:59 +00:00
|
|
|
|