blob: 94f489e209e32e87560364094deaf2a1067fa877 [file] [log] [blame]
error[E0412]: cannot find type `Fo` in this scope
--> $DIR/issue-7607-1.rs:9:6
|
LL | impl Fo {
| ^^ help: a trait with a similar name exists: `Fn`
|
::: $SRC_DIR/libcore/ops/function.rs:LL:COL
|
LL | pub trait Fn<Args>: FnMut<Args> {
| ------------------------------- similarly named trait `Fn` defined here
error: aborting due to previous error
For more information about this error, try `rustc --explain E0412`.