mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
10 lines
292 B
Rust
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; }
|