mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 08:18:03 +00:00
7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
error: field `s` does not have lifetime 'b
|
|
--> $DIR/wrong_lifetime.rs:5:5
|
|
|
|
|
5 | / #[serde(borrow = "'b")]
|
|
6 | | s: &'a str,
|
|
| |______________^
|