mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 02:28:00 +00:00
6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
error: duplicate borrowed lifetime `'a`
|
|
--> $DIR/duplicate_lifetime.rs:5:22
|
|
|
|
|
5 | #[serde(borrow = "'a + 'a")]
|
|
| ^^^^^^^^^
|