]> git.lizzy.rs Git - rust.git/blob - src/test/ui/unpretty/bad-literal.stderr
Rollup merge of #101912 - crlf0710:compiler_update_unicode_15, r=Manishearth
[rust.git] / src / test / ui / unpretty / bad-literal.stderr
1 error: invalid suffix `u` for number literal
2   --> $DIR/bad-literal.rs:6:5
3    |
4 LL |     1u;
5    |     ^^ invalid suffix `u`
6    |
7    = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
8
9 error: aborting due to previous error
10