about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/crashes/ice-3891.stderr
blob: b6a2c9d3de839587d40d5344d971ff818d786a36 (plain)
1
2
3
4
5
6
7
8
9
10
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