2018-08-08 07:28:26 -05:00
|
|
|
error: unnecessary qualification
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/lint-qualification.rs:9:5
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | foo::bar(); //~ ERROR: unnecessary qualification
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
|
|
|
|
note: lint level defined here
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/lint-qualification.rs:1:9
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | #![deny(unused_qualifications)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|