]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/specialization/min_specialization/repeated_projection_type.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / specialization / min_specialization / repeated_projection_type.stderr
index 1361117f6c4dab093bfe7dc3bd35b30c70d3c7b8..fee8b06e94c0bb5411eacb27b873ecd96c41c07b 100644 (file)
@@ -1,4 +1,4 @@
-error: cannot specialize on `ProjectionPredicate(ProjectionTy { substs: [V], item_def_id: DefId(0:6 ~ repeated_projection_type[317d]::Id[0]::This[0]) }, (I,))`
+error: cannot specialize on `ProjectionPredicate(ProjectionTy { substs: [V], item_def_id: DefId(0:6 ~ repeated_projection_type[317d]::Id::This) }, (I,))`
   --> $DIR/repeated_projection_type.rs:19:1
    |
 LL | / impl<I, V: Id<This = (I,)>> X for V {