mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 12:44:40 +00:00
9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
error: specializing impl repeats parameter `'a`
|
|
--> $DIR/repeating_lifetimes.rs:14:1
|
|
|
|
|
LL | impl<'a> X for (&'a u8, &'a u8) {
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|