Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
parser
/
bad-match.stderr
blob: 8e7878c2b6c0f41575dc6ff7a5b78294c72e94d3 [
file
]
error
:
expected one of
`:`
,
`;`
,
`=`
,
`@`
,
or
`|`
,
found
`x`
-->
$DIR
/
bad
-
match
.
rs
:
2
:
13
|
LL
|
let
isize x
=
5
;
|
^
expected one of
`:`
,
`;`
,
`=`
,
`@`
,
or
`|`
error
:
aborting due to
1
previous error