]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-trait/issue-60473.stderr
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / test / ui / impl-trait / issue-60473.stderr
1 error[E0720]: opaque type expands to a recursive type
2   --> $DIR/issue-60473.rs:15:12
3    |
4 LL |     let x: impl Trait<A> = (); // FIXME: The error doesn't seem correct.
5    |            ^^^^^^^^^^^^^ expands to a recursive type
6    |
7    = note: type resolves to itself
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0720`.