Skip to content

Commit a97e8bb

Browse files
committed
Also check for "use fully-qualified syntax".
1 parent 2245b73 commit a97e8bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/ui/type-alias-enum-variants/enum-variant-priority-lint-ambiguous_associated_items.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ impl Tr for E {
3232
fn f() -> Self::V { 0 }
3333
//~^ ERROR ambiguous associated item
3434
//~| WARN this was previously accepted
35+
//~| HELP use fully-qualified syntax
3536
}
3637

3738
fn main() {}

0 commit comments

Comments
 (0)