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