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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
181 B
Plaintext
Raw Normal View History

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