Also check for "use fully-qualified syntax".

This commit is contained in:
jumbatm 2020-02-01 13:27:05 +10:00
parent 0df1ca3033
commit 0634a50073

View File

@ -32,6 +32,7 @@ impl Tr for E {
fn f() -> Self::V { 0 }
//~^ ERROR ambiguous associated item
//~| WARN this was previously accepted
//~| HELP use fully-qualified syntax
}
fn main() {}