blob: 66c5f34644c016a19c438a22581ccde64037c16f [file] [log] [blame]
error[E0412]: cannot find type `A` in this scope
--> $DIR/associated-types-eq-1.rs:10:12
|
LL | fn foo2<I: Foo>(x: I) {
| - similarly named type parameter `I` defined here
LL | let _: A = x.boo();
| ^ help: a type parameter with a similar name exists: `I`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0412`.