bbba632ab3
This reverts commit e77db40b8d
.
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
error: #[serde(borrow)] may only be used on newtype variants
|
|
--> tests/ui/borrow/struct_variant.rs:8:5
|
|
|
|
|
8 | / #[serde(borrow)]
|
|
9 | | S { s: Str<'a> },
|
|
| |____________________^
|