]> git.lizzy.rs Git - rust.git/blob - src/test/ui/type-alias-impl-trait/type-alias-impl-trait-with-cycle-error.min_tait.stderr
Loop over all opaque types instead of looking at just the first one with the same...
[rust.git] / src / test / ui / type-alias-impl-trait / type-alias-impl-trait-with-cycle-error.min_tait.stderr
1 error: could not find defining uses
2   --> $DIR/type-alias-impl-trait-with-cycle-error.rs:6:12
3    |
4 LL | type Foo = impl Fn() -> Foo;
5    |            ^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8