]> git.lizzy.rs Git - rust.git/blob - tests/ui/type-alias-impl-trait/nested-tait-inference3.stderr
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[rust.git] / tests / ui / type-alias-impl-trait / nested-tait-inference3.stderr
1 error: unconstrained opaque type
2   --> $DIR/nested-tait-inference3.rs:6:13
3    |
4 LL | type FooX = impl Debug;
5    |             ^^^^^^^^^^
6    |
7    = note: `FooX` must be used in combination with a concrete type within the same module
8
9 error: aborting due to previous error
10