summaryrefslogtreecommitdiffstats
path: root/tests/ui/generic-associated-types/issue-87258_a.stderr
blob: eae9bd9b16f2d6bb05442d0fcaa6a338a27824af (plain)
1
2
3
4
5
6
7
8
9
10
error: unconstrained opaque type
  --> $DIR/issue-87258_a.rs:17:26
   |
LL |     type FooFuture<'a> = impl Trait1;
   |                          ^^^^^^^^^^^
   |
   = note: `FooFuture` must be used in combination with a concrete type within the same impl

error: aborting due to previous error