Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
block-result
/
issue-5500.rs
blob: de7fd39a20caa1952b37828d1580c1d4129e490a [
file
] [
log
] [
blame
]
fn
main
()
{
&
panic
!()
//~^ ERROR mismatched types
//~| expected unit type `()`
//~| found reference `&_`
//~| expected `()`, found `&_`
}