mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-28 05:21:05 +00:00

The update-references.sh script makes these much easier to update in bulk compared to compile-fail tests.
9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
error: #[serde(other)] must be the last variant
|
|
--> $DIR/other_not_last.rs:12:10
|
|
|
|
|
12 | #[derive(Deserialize)]
|
|
| ^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|