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