Skip to content

Commit 0f91ed4

Browse files
committed
added test for checking that ICEs are not hidden
1 parent aa028cd commit 0f91ed4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// revisions: cfail1 cfail2
2+
// should-ice
3+
// error-pattern: compilation successful
4+
5+
#![feature(rustc_attrs)]
6+
7+
#[rustc_error(delay_span_bug_from_inside_query)]
8+
fn main() {}

0 commit comments

Comments
 (0)