summaryrefslogtreecommitdiffstats
path: root/src/test/ui/type-alias-impl-trait/nested-tait-inference3.stderr
blob: b1d947a9ccf4ec62423b7119c21b4cd7ee1f120f (plain)
1
2
3
4
5
6
7
8
9
10
error: unconstrained opaque type
  --> $DIR/nested-tait-inference3.rs:6:13
   |
LL | type FooX = impl Debug;
   |             ^^^^^^^^^^
   |
   = note: `FooX` must be used in combination with a concrete type within the same module

error: aborting due to previous error