2020-02-08 14:14:02 -06:00
|
|
|
error: specializing impl repeats parameter `T`
|
|
|
|
--> $DIR/repeating_param.rs:12:1
|
|
|
|
|
|
2022-02-13 09:27:59 -06:00
|
|
|
LL | impl<T> X for (T, T) {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
2020-02-08 14:14:02 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|