blob: 69b6d62e987a4b1abe43b22ff244d7f1025ff310 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
error[E0412]: cannot find type `Fo` in this scope
--> $DIR/issue-7607-1.rs:5:6
|
LL | impl Fo {
| ^^ help: a trait with a similar name exists: `Fn`
|
--> $SRC_DIR/core/src/ops/function.rs:LL:COL
|
= note: similarly named trait `Fn` defined here
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0412`.
|