Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
src
/
tools
/
miri
/
tests
/
fail
/
panic
/
panic_abort1.rs
blob: 511b8bddf97028a7b5e3c836789afe984fddd37d [
file
] [
log
] [
blame
]
//@error-in-other-file: the program aborted execution
//@compile-flags: -C panic=abort
fn
main
()
{
std
::
panic
!(
"panicking from libstd"
);
}