Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
73e1f8970fc9a74c13bd7ae2655c66f03d3fc69f
/
.
/
src
/
test
/
ui
/
parser
/
pat-ranges-4.stderr
blob: 557f35370cb936f7d178155ab64e4f8bfa8602be [
file
] [
log
] [
blame
]
error
:
expected one of
`...`
,
`..=`
,
`..`
,
`:`
,
`;`
,
or
`=`
,
found
`-`
-->
$DIR
/
pat
-
ranges
-
4.rs
:
14
:
12
|
LL
|
let
10
-
3
..=
10
=
8
;
|
^
expected one of
`...`
,
`..=`
,
`..`
,
`:`
,
`;`
,
or
`=`
here
error
:
aborting due to previous error