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,
|
|
| |_____________^
|