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
/
src
/
test
/
ui
/
panics
/
unique-panic.rs
blob: 22e0d63d5946f6edaef0c5884ff729eacf4587dd (
plain
)
1
2
3
4
5
6
// run-fail // error-pattern: panic fn main() { Box::new(panic!()); }