Sign in
rust
/
rust
/
b4d36db16e3532c856f4c23298c8477e1318fc9c
/
.
/
tests
/
ui
/
parser
/
dotdotdot-expr.rs
blob: d842fb6e030013395e0e7a1ff1f8bce293c3006c [
file
]
fn
main
()
{
let
_redemptive
=
1.
..
21
;
//~^ ERROR unexpected token
}