• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: expected u16, found i64
2 --> tests/ui/enum_inconsistent.rs:5:9
3  |
45 |         B = 2i64,
5  |         ^^^^^^^^
6