summaryrefslogtreecommitdiffstats
path: root/src/test/ui/generic-associated-types/issue-87258_a.stderr
blob: fa0748a280b60a3845485451eb084074414dd51a (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 module

error: aborting due to previous error