mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-07-07 12:17:22 +00:00
034db9f20f
Also updates UI tests.
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
error: duplicate borrowed lifetime `'a`
|
|
--> $DIR/duplicate_lifetime.rs:6:22
|
|
|
|
|
6 | #[serde(borrow = "'a + 'a")]
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|