serde/test_suite/tests/ui/borrow/struct_variant.stderr

7 lines
195 B
Plaintext
Raw Normal View History

error: #[serde(borrow)] may only be used on newtype variants
2021-10-06 23:56:29 -05:00
--> $DIR/tests/ui/borrow/struct_variant.rs:8:5
2018-12-31 20:36:59 -06:00
|
8 | / #[serde(borrow)]
9 | | S { s: Str<'a> },
| |____________________^