]> git.lizzy.rs Git - rust.git/blob - tests/ui/rust-2018/extern-crate-idiomatic-in-2018.stderr
Rollup merge of #103418 - Aaron1011:macro-semicolon-future-incompat, r=davidtwco
[rust.git] / tests / ui / rust-2018 / extern-crate-idiomatic-in-2018.stderr
1 error: unused extern crate
2   --> $DIR/extern-crate-idiomatic-in-2018.rs:12:1
3    |
4 LL | extern crate edition_lint_paths;
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it
6    |
7 note: the lint level is defined here
8   --> $DIR/extern-crate-idiomatic-in-2018.rs:9:9
9    |
10 LL | #![deny(rust_2018_idioms)]
11    |         ^^^^^^^^^^^^^^^^
12    = note: `#[deny(unused_extern_crates)]` implied by `#[deny(rust_2018_idioms)]`
13
14 error: aborting due to previous error
15