serde/test_suite/tests/ui/identifier/other_variant.stderr

10 lines
197 B
Plaintext
Raw Normal View History

error: #[serde(other)] may not be used on a variant identifier
--> $DIR/other_variant.rs:7:5
|
7 | / #[serde(other)]
8 | | Other,
| |_________^
error: aborting due to previous error