]> git.lizzy.rs Git - rust.git/blob - src/test/incremental/delayed_span_bug.rs
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
[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() {}