Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
block-result
/
issue-5500.rs
blob: de7fd39a20caa1952b37828d1580c1d4129e490a [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
&
panic
!()
//~^ ERROR mismatched types
//~| expected unit type `()`
//~| found reference `&_`
//~| expected `()`, found `&_`
}