summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/dotdotdot-expr.rs
blob: d842fb6e030013395e0e7a1ff1f8bce293c3006c (plain)
1
2
3
4
fn main() {
    let _redemptive = 1...21;
    //~^ ERROR unexpected token
}