034db9f20f
Also updates UI tests.
10 lines
224 B
Plaintext
10 lines
224 B
Plaintext
error: #[serde(borrow)] may only be used on newtype variants
|
|
--> $DIR/struct_variant.rs:9:5
|
|
|
|
|
9 | / #[serde(borrow)]
|
|
10 | | S { s: Str<'a> },
|
|
| |____________________^
|
|
|
|
error: aborting due to previous error
|
|
|