rust/tests/ui/generic-associated-types/issue-87258_b.stderr

11 lines
342 B
Plaintext

error: unconstrained opaque type
--> $DIR/issue-87258_b.rs:16:49
|
LL | type Helper<'xenon, 'yttrium, KABOOM: Trait2> = impl Trait1;
| ^^^^^^^^^^^
|
= note: `Helper` must be used in combination with a concrete type within the same module
error: aborting due to 1 previous error