mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 22:58:02 +00:00
bbba632ab3
This reverts commit e77db40b8d.
7 lines
167 B
Plaintext
7 lines
167 B
Plaintext
error: field `s` does not have lifetime 'b
|
|
--> tests/ui/borrow/wrong_lifetime.rs:5:5
|
|
|
|
|
5 | / #[serde(borrow = "'b")]
|
|
6 | | s: &'a str,
|
|
| |______________^
|