blob: f3fcb4a4e921d57479b0bc975613261d2e9a27b6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: invalid suffix `u` for number literal
--> $DIR/bad-literal.rs:6:5
|
LL | 1u;
| ^^ invalid suffix `u`
|
= help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
error: aborting due to previous error
|