rust/tests/ui/panics/default-backtrace-ice.rs
2023-01-11 09:32:08 +00:00

10 lines
292 B
Rust

// unset-rustc-env:RUST_BACKTRACE
// compile-flags:-Z treat-err-as-bug=1
// error-pattern:stack backtrace:
// failure-status:101
// normalize-stderr-test "note: .*" -> ""
// normalize-stderr-test "thread 'rustc' .*" -> ""
// normalize-stderr-test " .*\n" -> ""
fn main() { missing_ident; }