9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
|
error: #[serde(other)] must be on a unit variant
|
||
|
--> $DIR/not_unit.rs:12:10
|
||
|
|
|
||
|
12 | #[derive(Deserialize)]
|
||
|
| ^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|