mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 08:18:03 +00:00
6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
error: at least one lifetime must be borrowed
|
|
--> $DIR/empty_lifetimes.rs:5:22
|
|
|
|
|
5 | #[serde(borrow = "")]
|
|
| ^^
|