c2c73189c8
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
error: invalid suffix `x` for number literal
|
|
--> $DIR/ice-3891.rs:2:5
|
|
|
|
|
LL | 1x;
|
|
| ^^ invalid suffix `x`
|
|
|
|
|
= help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
|
|
|
|
error: aborting due to 1 previous error
|
|
|