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