2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2025-02-02 23:33:30 +00:00
rust-clippy/tests/ui/crashes/ice-3891.stderr

10 lines
245 B
Text

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