summaryrefslogtreecommitdiffstats
path: root/tests/ui/rust-2018/extern-crate-idiomatic-in-2018.stderr
blob: a68d99c14cead3f32550e4f4d15b6a937342f81e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: unused extern crate
  --> $DIR/extern-crate-idiomatic-in-2018.rs:12:1
   |
LL | extern crate edition_lint_paths;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it
   |
note: the lint level is defined here
  --> $DIR/extern-crate-idiomatic-in-2018.rs:9:9
   |
LL | #![deny(rust_2018_idioms)]
   |         ^^^^^^^^^^^^^^^^
   = note: `#[deny(unused_extern_crates)]` implied by `#[deny(rust_2018_idioms)]`

error: aborting due to 1 previous error