Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
bad-match.stderr
blob: 8e7878c2b6c0f41575dc6ff7a5b78294c72e94d3 [
file
] [
log
] [
blame
] [
edit
]
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