mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-07-14 16:45:49 +00:00
14a3da9b16
With this commit I believe I've covered all `compile_error!`-based errors.
9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
error: unexpected literal in serde variant attribute
|
|
--> $DIR/variant.rs:6:13
|
|
|
|
|
6 | #[serde("literal")]
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|