blob: 5d02e2063465e206f31d3fa466018a7e2c72bcee [file] [log] [blame]
error: discriminant value `18446744073709551615` is outside the limits of u32
--> $DIR/enum_out_of_bounds.rs:5:9
|
5 | A = 0xFFFF_FFFF_FFFF_FFFF,
| ^^^^^^^^^^^^^^^^^^^^^^^^^
error: discriminant value `2000` is outside the limits of u8
--> $DIR/enum_out_of_bounds.rs:9:9
|
9 | B = 1u8,
| ^^^^^^^