mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-25 10:31:12 +00:00
6 lines
184 B
Plaintext
6 lines
184 B
Plaintext
error: enums with non-integer literal discriminants are not supported yet
|
|
--> $DIR/non_integer_discriminant_enum.rs:4:9
|
|
|
|
|
4 | Field = 2020 + 1,
|
|
| ^^^^^^^^^^^^^^^^
|