mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-24 01:48:00 +00:00
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
error: duplicate borrowed lifetime `'a`
|
|
--> $DIR/duplicate_lifetime.rs:5:22
|
|
|
|
|
5 | #[serde(borrow = "'a + 'a")]
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|