blob: 3d1b370b9a509a6f1934decab1e07addf8224f88 [file] [log] [blame]
Joel Galenson04fa0962020-05-01 10:00:31 -07001error: overflowed on value after 4294967295
2 --> $DIR/enum_overflows.rs:10:5
3 |
410 | / enum Bad {
511 | | D = 0xfffffffe,
612 | | E,
713 | | F,
814 | | }
9 | |_____^