]> git.lizzy.rs Git - rust.git/blob - src/test/incremental/delayed_span_bug.rs
Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022-03-26
[rust.git] / src / test / incremental / delayed_span_bug.rs
1 // revisions: cfail1 cfail2
2 // should-ice
3 // error-pattern: delayed span bug triggered by #[rustc_error(delay_span_bug_from_inside_query)]
4
5 #![feature(rustc_attrs)]
6
7 #[rustc_error(delay_span_bug_from_inside_query)]
8 fn main() {}