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