Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
parser
/
pat-ranges-1.stderr
blob: e4d4e145c06593a35f5ea3e692c90daf8f5896e8 [
file
] [
log
] [
blame
]
error
:
expected one of
`:`
,
`;`
,
`=`
,
or
`|`
,
found
`..=`
-->
$DIR
/
pat
-
ranges
-
1.rs
:
4
:
21
|
LL
|
let
macropus
!()
..=
11
=
12
;
|
^^^
expected one of
`:`
,
`;`
,
`=`
,
or
`|`
error
:
aborting due to
1
previous error