blob: 99852ca6ce34e27388b1534435e44db03811ee77 [file] [log] [blame]
David Tolnay560661a2020-05-10 23:32:31 -07001error: these discriminant values do not fit in any supported enum repr type
2 --> $DIR/enum_unsatisfiable.rs:3:5
3 |
43 | / enum Bad {
54 | | A = -0xFFFF_FFFF_FFFF_FFFF,
65 | | B = 0xFFFF_FFFF_FFFF_FFFF,
76 | | }
8 | |_____^