rust-clippy/tests/ui/crashes/ice-3891.rs

4 lines
76 B
Rust

fn main() {
1x;
//~^ ERROR: invalid suffix `x` for number literal
}