2020-10-20 12:27:58 -05:00
|
|
|
// rustc-env: RUST_BACKTRACE=1
|
|
|
|
// compile-flags: -Zmiri-disable-isolation
|
2020-10-31 07:47:42 -05:00
|
|
|
// normalize-stderr-test "at .*/(rust[^/]*|checkout)/library/.*" -> "at RUSTLIB/$$FILE:LL:COL"
|
2020-10-20 12:27:58 -05:00
|
|
|
// normalize-stderr-test "::<.*>" -> ""
|
|
|
|
|
2020-10-25 04:00:50 -05:00
|
|
|
|
2019-11-29 06:18:54 -06:00
|
|
|
fn main() {
|
|
|
|
std::panic!("panicking from libstd");
|
|
|
|
}
|