blob: 125aeb3db0366761c561c1ad8a171ea3ab45828c [file] [log] [blame]
error: unnecessary qualification
--> $DIR/lint-qualification.rs:10:5
|
LL | foo::bar();
| ^^^^^^^^
|
note: lint level defined here
--> $DIR/lint-qualification.rs:1:9
|
LL | #![deny(unused_qualifications)]
| ^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error