• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: enums with non-integer literal discriminants are not supported yet
2 --> tests/ui/non_integer_discriminant_enum.rs:4:9
3  |
44 |         Field = 2020 + 1,
5  |         ^^^^^^^^^^^^^^^^
6