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