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