rust/tests/ui/specialization/min_specialization/repeating_param.stderr

9 lines
181 B
Plaintext
Raw Normal View History

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) {
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error