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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-fail
/
panic-macro-any-wrapped.rs
blob: 83eb39a538f16844477aad0bcf32c9658ee2d89f (
plain
)
1
2
3
4
5
// error-pattern:panicked at 'Box<Any>' fn main() { panic!(Box::new(612_i64)); }