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