Sign in
fuchsia
/
third_party
/
rust
/
79e46694de009c8c826cafecb85f2bd3377b303a
/
.
/
tests
/
ui
/
issues
/
issue-2151.rs
blob: 82cf49de8227ef303d8c67b20f86acd7966e747c [
file
]
fn
main
()
{
let
x
=
panic
!();
//~ ERROR type annotations needed
x
.
clone
();
}