mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-14 17:07:17 +00:00
10 lines
265 B
Text
10 lines
265 B
Text
error: invalid suffix `x` for number literal
|
|
--> tests/ui/crashes/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
|
|
|