2020-10-20 12:27:58 -05: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 06:18:54 -06:00
|
|
|
fn main() {
|
|
|
|
std::panic!("panicking from libstd");
|
|
|
|
}
|