blob: e9abb795886833fa4f3ec7d29a4dd27e1196efc9 [file] [log] [blame]
error: could not find defining uses
--> $DIR/type-alias-impl-trait-with-cycle-error2.rs:7:1
|
LL | type Foo = impl Bar<Foo, Item = Foo>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error