]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-7607-1.stderr
Rollup merge of #103353 - wesleywiser:fix_lld_thinlto_msvc, r=michaelwoerister
[rust.git] / src / test / ui / issues / issue-7607-1.stderr
1 error[E0412]: cannot find type `Fo` in this scope
2   --> $DIR/issue-7607-1.rs:5:6
3    |
4 LL | impl Fo {
5    |      ^^ help: a trait with a similar name exists: `Fn`
6    |
7   ::: $SRC_DIR/core/src/ops/function.rs:LL:COL
8    |
9 LL | pub trait Fn<Args: Tuple>: FnMut<Args> {
10    | -------------------------------------- similarly named trait `Fn` defined here
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0412`.