1error: discriminant value `18446744073709551615` is outside the limits of u32 2 --> $DIR/enum_out_of_bounds.rs:5:9 3 | 45 | A = 0xFFFF_FFFF_FFFF_FFFF, 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^ 6 7error: discriminant value `2000` is outside the limits of u8 8 --> $DIR/enum_out_of_bounds.rs:9:9 9 | 109 | B = 1u8, 11 | ^^^^^^^ 12