serde/test_suite/tests/ui/identifier/other_not_last.stderr
2018-11-30 02:51:49 +02:00

10 lines
186 B
Plaintext

error: #[serde(other)] must be on the last variant
--> $DIR/other_not_last.rs:8:5
|
8 | / #[serde(other)]
9 | | Other,
| |_________^
error: aborting due to previous error