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

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

9 lines
210 B
Plaintext
Raw Normal View History

error: specializing impl repeats parameter `'a`
--> $DIR/repeating_lifetimes.rs:14:1
|
2022-02-13 15:27:59 +00:00
LL | impl<'a> X for (&'a u8, &'a u8) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error