summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/crashes/ice-3891.stderr
blob: 59469ec5891c8b45db0c7cdbbde844f9f3bc32a1 (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 previous error