blob: fd86a3f9dfaff9c4e8fce6547870f2387e07238b (
plain)
1
2
3
4
5
6
7
8
9
|
// 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; }
|