summaryrefslogtreecommitdiffstats
path: root/tests/incremental/delayed_span_bug.rs
blob: cc9831fff96d523ce90a3ecd24784e4515f66519 (plain)
1
2
3
4
5
6
7
8
// revisions: cfail1 cfail2
// should-ice
// error-pattern: delayed span bug triggered by #[rustc_error(span_delayed_bug_from_inside_query)]

#![feature(rustc_attrs)]

#[rustc_error(span_delayed_bug_from_inside_query)]
fn main() {}