File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
src/test/ui/treat-err-as-bug Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ // compile-flags: -Ztreat-err-as-bug
2+ // failure-status: 101
3+ // error-pattern: aborting due to `-Z treat-err-as-bug=1`
4+ // error-pattern: [trigger_delay_span_bug] trigger a delay span bug
5+ // normalize-stderr-test "note: .*\n\n" -> ""
6+ // normalize-stderr-test "thread 'rustc' panicked.*\n" -> ""
7+
8+ #![ feature( rustc_attrs) ]
9+
10+ #[ rustc_error( delay_span_bug_from_inside_query) ]
11+ fn main ( ) { }
Original file line number Diff line number Diff line change 1+ error: internal compiler error: delayed span bug triggered by #[rustc_error(delay_span_bug_from_inside_query)]
2+ --> $DIR/delay_span_bug.rs:11:1
3+ |
4+ LL | fn main() {}
5+ | ^^^^^^^^^
6+
7+ error: internal compiler error: unexpected panic
8+
9+ query stack during panic:
10+ #0 [trigger_delay_span_bug] trigger a delay span bug
11+ end of query stack
You can’t perform that action at this time.
0 commit comments