]> git.proxmox.com Git - rustc.git/blob - src/test/ui/specialization/min_specialization/repeating_param.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / specialization / min_specialization / repeating_param.stderr
1 error: specializing impl repeats parameter `T`
2 --> $DIR/repeating_param.rs:12:1
3 |
4 LL | / impl<T> X for (T, T) {
5 LL | |
6 LL | | fn f() {}
7 LL | | }
8 | |_^
9
10 error: aborting due to previous error
11