rust/src/test/ui/parser/dotdotdot-expr.rs

4 lines
76 B
Rust

fn main() {
let _redemptive = 1...21;
//~^ ERROR unexpected token
}