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