summaryrefslogtreecommitdiffstats
path: root/src/test/ui/generic-associated-types/issue-87258_a.stderr
blob: db3a5c819cbf3d7d317f533e3ac33a30fd84f130 (plain)
1
2
3
4
5
6
7
8
9
10
error: unconstrained opaque type
  --> $DIR/issue-87258_a.rs:18: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