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