9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
|
error: #[serde(borrow)] may only be used on newtype variants
|
||
|
--> $DIR/struct_variant.rs:15:10
|
||
|
|
|
||
|
15 | #[derive(Deserialize)]
|
||
|
| ^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|