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