9 lines
202 B
Plaintext
9 lines
202 B
Plaintext
|
error: #[serde(tag = "...")] cannot be used with tuple variants
|
||
|
--> $DIR/internal-tuple-variant.rs:12:10
|
||
|
|
|
||
|
12 | #[derive(Serialize)]
|
||
|
| ^^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|