12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
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,
|
|
| ^^^^^^^
|