Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
suggestions
/
issue-83892.rs
blob: b10dcf96eda9bb638e664860cc95bcbaad096a77 [
file
] [
log
] [
blame
] [
edit
]
//@ run-rustfix
fn
func
()
->
u8
{
0
}
fn
main
()
{
match
()
{
()
=>
func
()
//~ ERROR mismatched types
}
}