]> git.lizzy.rs Git - rust.git/blob - tests/ui/type-alias-impl-trait/nested-tait-inference3.stderr
Rollup merge of #106644 - alexcrichton:update-wasi-toolchain, r=cuviper
[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