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