2018-07-15 14:11:54 -07:00
|
|
|
error[E0412]: cannot find type `Fo` in this scope
|
2020-04-01 04:10:13 +03:00
|
|
|
--> $DIR/issue-7607-1.rs:5:6
|
2018-07-15 14:11:54 -07:00
|
|
|
|
|
2019-10-28 14:48:49 -07:00
|
|
|
LL | impl Fo {
|
|
|
|
| ^^ help: a trait with a similar name exists: `Fn`
|
2022-12-09 15:56:23 +00:00
|
|
|
--> $SRC_DIR/core/src/ops/function.rs:LL:COL
|
2021-06-10 13:52:00 +02:00
|
|
|
|
|
2022-12-09 15:56:23 +00:00
|
|
|
= note: similarly named trait `Fn` defined here
|
2018-07-15 14:11:54 -07:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0412`.
|