mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-14 02:21:01 +00:00
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,
|
|
| |_____________^
|