]> git.proxmox.com Git - rustc.git/blob - src/test/ui/specialization/min_specialization/repeated_projection_type.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / specialization / min_specialization / repeated_projection_type.stderr
1 error: cannot specialize on `Binder(ProjectionPredicate(ProjectionTy { substs: [V], item_def_id: DefId(0:6 ~ repeated_projection_type[b09c]::Id::This) }, (I,)), [])`
2 --> $DIR/repeated_projection_type.rs:19:1
3 |
4 LL | / impl<I, V: Id<This = (I,)>> X for V {
5 LL | |
6 LL | | fn f() {}
7 LL | | }
8 | |_^
9
10 error: aborting due to previous error
11