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