mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
error: invalid suffix `x` for integer literal
|
|
--> $DIR/ice-3891.rs:2:5
|
|
|
|
|
LL | 1x;
|
|
| ^^ invalid suffix `x`
|
|
|
|
|
= help: the suffix must be one of the integral types (`u32`, `isize`, etc)
|
|
|
|
error: aborting due to previous error
|
|
|