rust/tests/ui/issues/issue-7607-1.stderr
2023-01-11 09:32:08 +00:00

13 lines
372 B
Plaintext

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 previous error
For more information about this error, try `rustc --explain E0412`.