2019-11-03 10:43:53 -06:00
|
|
|
// revisions: cfail1 cfail2
|
|
|
|
// should-ice
|
2019-11-05 15:49:19 -06:00
|
|
|
// error-pattern: delayed span bug triggered by #[rustc_error(delay_span_bug_from_inside_query)]
|
2019-11-03 10:43:53 -06:00
|
|
|
|
|
|
|
#![feature(rustc_attrs)]
|
|
|
|
|
|
|
|
#[rustc_error(delay_span_bug_from_inside_query)]
|
|
|
|
fn main() {}
|