index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
issues
/
issue-2151.rs
blob: 82cf49de8227ef303d8c67b20f86acd7966e747c (
plain
)
1
2
3
4
fn
main
()
{
let
x
=
panic!
();
//~ ERROR type annotations needed
x
.
clone
();
}