blob: 8b4be1c499537b1e2160e51ce778b40e0e29980a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error: specializing impl repeats parameter `T`
--> $DIR/repeating_param.rs:12:1
|
LL | / impl<T> X for (T, T) {
LL | |
LL | | fn f() {}
LL | | }
| |_^
error: aborting due to previous error
|