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

6 lines
154 B
Plaintext
Raw Normal View History

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