summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/crashes/ice-3891.stderr
blob: 5358734fed04e11fb5d6a85c7c31b6d8c983e854 (plain)
1
2
3
4
5
6
7
8
9
10
error: invalid suffix `x` for number literal
  --> $DIR/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