Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
issues
/
recover-ge-as-fat-arrow.fixed
blob: 64c06d608df8aa2ab03a6a057abfcd768b0db58b [
file
] [
log
] [
blame
] [
edit
]
//@ run-rustfix
fn main
()
{
match
1
{
1
=>
{}
//~ ERROR
_
=>
{
let
_
:
u16
=
2u16
;
}
//~ ERROR
}
}