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