6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
error: duplicate borrowed lifetime `'a`
|
|
--> tests/ui/borrow/duplicate_lifetime.rs:5:22
|
|
|
|
|
5 | #[serde(borrow = "'a + 'a")]
|
|
| ^^^^^^^^^
|