2020-11-22 16:29:46 -06:00
|
|
|
error: invalid suffix `x` for number literal
|
2019-04-08 15:06:02 -05:00
|
|
|
--> $DIR/ice-3891.rs:2:5
|
|
|
|
|
|
|
|
|
LL | 1x;
|
|
|
|
| ^^ invalid suffix `x`
|
|
|
|
|
|
2020-11-22 16:29:46 -06:00
|
|
|
= help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
|
2019-04-08 15:06:02 -05:00
|
|
|
|
2023-11-21 11:08:42 -06:00
|
|
|
error: aborting due to 1 previous error
|
2019-04-08 15:06:02 -05:00
|
|
|
|