rust/tests/ui/crashes/ice-3891.stderr
2024-02-16 21:40:43 +01:00

11 lines
261 B
Plaintext

error: invalid suffix `x` for number literal
--> $DIR/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