2018-03-10 21:18:05 +00:00
|
|
|
warning: unused import: `m::Tr1 as _`
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/basic.rs:26:9
|
2018-03-10 21:18:05 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | use m::Tr1 as _;
|
2019-02-11 19:16:22 +00:00
|
|
|
| ^^^^^^^^^^^
|
2018-03-10 21:18:05 +00:00
|
|
|
|
|
2020-01-22 23:57:38 +00:00
|
|
|
note: the lint level is defined here
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/basic.rs:4:9
|
2018-03-10 21:18:05 +00:00
|
|
|
|
|
|
|
|
LL | #![warn(unused_imports, unused_extern_crates)]
|
|
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
warning: unused import: `S as _`
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/basic.rs:27:9
|
2018-03-10 21:18:05 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | use S as _;
|
2019-02-11 19:16:22 +00:00
|
|
|
| ^^^^^^
|
2018-03-10 21:18:05 +00:00
|
|
|
|
2020-03-11 15:30:09 +00:00
|
|
|
warning: 2 warnings emitted
|
|
|
|
|