mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 14:08:06 +00:00
bbba632ab3
This reverts commit e77db40b8d.
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
error: field `s` has no lifetimes to borrow
|
|
--> tests/ui/borrow/no_lifetimes.rs:5:5
|
|
|
|
|
5 | / #[serde(borrow)]
|
|
6 | | s: String,
|
|
| |_____________^
|