serde/test_suite/tests/ui/default-attribute/enum_path.stderr

6 lines
159 B
Plaintext
Raw Normal View History

error: #[serde(default = "...")] can only be used on structs with named fields
2021-10-06 23:56:29 -05:00
--> $DIR/tests/ui/default-attribute/enum_path.rs:5:1
|
2018-12-31 20:36:59 -06:00
5 | enum E {
| ^^^^