serde/test_suite/tests/ui/identifier/other_not_last.stderr
2019-05-06 10:25:47 -07:00

7 lines
146 B
Plaintext

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