summaryrefslogtreecommitdiffstats
path: root/src/test/ui/generic-associated-types/issue-87258_b.stderr
blob: 0ee665f38ad080876d8ac55d71cf692fbf4736be (plain)
1
2
3
4
5
6
7
8
9
10
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 previous error