about summary refs log tree commit diff
path: root/tests/incremental/delayed_span_bug.rs
blob: 5c9d3c2c1d52fad319183ebcca6498834e37b399 (plain)
1
2
3
4
5
6
7
8
// revisions: cfail1 cfail2
// should-ice
// error-pattern: delayed bug triggered by #[rustc_error(delayed_bug_from_inside_query)]

#![feature(rustc_attrs)]

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