]> git.lizzy.rs Git - rust.git/blob - tests/ui/generic-associated-types/issue-87258_a.stderr
Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where...
[rust.git] / tests / ui / generic-associated-types / issue-87258_a.stderr
1 error: unconstrained opaque type
2   --> $DIR/issue-87258_a.rs:17:26
3    |
4 LL |     type FooFuture<'a> = impl Trait1;
5    |                          ^^^^^^^^^^^
6    |
7    = note: `FooFuture` must be used in combination with a concrete type within the same impl
8
9 error: aborting due to previous error
10