We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5aaee commit ed54226Copy full SHA for ed54226
src/test/compile-fail/E0221.rs
@@ -18,7 +18,7 @@ trait Foo {
18
trait Bar : Foo {
19
type A: T2;
20
fn do_something() {
21
- let _: Self::A;
+ let _: Self::A;
22
//~^ ERROR E0221
23
//~| NOTE ambiguous associated type `A`
24
//~| NOTE associated type `Self` could derive from `Foo`
0 commit comments