]> git.proxmox.com Git - rustc.git/blob - src/test/ui/dotdotdot-expr.rs
New upstream version 1.51.0+dfsg1
[rustc.git] / src / test / ui / dotdotdot-expr.rs
1 fn main() {
2 let _redemptive = 1...21;
3 //~^ ERROR unexpected token
4 }