Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
range-3.stderr
blob: c8f26a3ba1b0303bf8fd6327af615920cbd66316 [
file
] [
log
] [
blame
] [
edit
]
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
1
previous error