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