added test for checking that ICEs are not hidden
This commit is contained in:
parent
aa028cdc99
commit
0f91ed4177
8
src/test/incremental/delayed_span_bug.rs
Normal file
8
src/test/incremental/delayed_span_bug.rs
Normal file
@ -0,0 +1,8 @@
|
||||
// revisions: cfail1 cfail2
|
||||
// should-ice
|
||||
// error-pattern: compilation successful
|
||||
|
||||
#![feature(rustc_attrs)]
|
||||
|
||||
#[rustc_error(delay_span_bug_from_inside_query)]
|
||||
fn main() {}
|
Loading…
Reference in New Issue
Block a user