blob: 8edd0d31d7918a1787d7caa19cba3fdc16ae0837 [file]
error[E0425]: cannot find type `Fo` in this scope
--> $DIR/issue-7607-1.rs:5:6
|
LL | impl Fo {
| ^^
|
--> $SRC_DIR/core/src/ops/function.rs:LL:COL
|
= note: similarly named trait `Fn` defined here
help: a trait with a similar name exists
|
LL - impl Fo {
LL + impl Fn {
|
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0425`.