Sign in
android
/
toolchain
/
rustc
/
d59a28787b7ba06edbd1e4528a42b66d67dc6a19
/
.
/
src
/
tools
/
miri
/
tests
/
compile-fail
/
panic
/
panic_abort2.rs
blob: de177bc4e7167e19c2c09feb53be88aa636b7080 [
file
] [
log
] [
blame
]
// error-pattern: the program aborted execution
// compile-flags: -C panic=abort
fn
main
()
{
std
::
panic
!(
"{}-panicking from libstd"
,
42
);
}