blob: aa0a6c761bf07fdbf066045b77e7ea29e78b2400 [file] [log] [blame]
error[E0412]: cannot find type `Fo` in this scope
--> $DIR/issue-7607-1.rs:5:6
|
LL | impl Fo { //~ ERROR cannot find type `Fo` in this scope
| ^^ help: a trait with a similar name exists: `Fn`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0412`.