Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
ui
/
parser
/
range-4.stderr
blob: 720d489389bfb7876f3b69253fe6d58f9030c40b [
file
]
error
:
expected one of
`.`
,
`;`
,
`?`
,
`else`
,
or
an
operator
,
found
`..`
-->
$DIR
/
range
-
4.rs
:
4
:
16
|
LL
|
let
r
=
..
1.
.
2
;
|
^^
expected one of
`.`
,
`;`
,
`?`
,
`else`
,
or
an
operator
error
:
aborting due to previous error