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