summaryrefslogtreecommitdiffstats
path: root/src/test/ui/specialization/min_specialization/repeated_projection_type.stderr
blob: a751ba793472e6aae0459c3746f5a8f7c619c301 (plain)
1
2
3
4
5
6
7
8
error: cannot specialize on associated type `<V as Id>::This == (I,)`
  --> $DIR/repeated_projection_type.rs:19:15
   |
LL | impl<I, V: Id<This = (I,)>> X for V {
   |               ^^^^^^^^^^^

error: aborting due to previous error