2019-11-03 10:43:53 -06:00
|
|
|
//@ revisions: cfail1 cfail2
|
|
|
|
//@ should-ice
|
2024-02-11 22:26:59 -06:00
|
|
|
//@ error-pattern: delayed bug triggered by #[rustc_error(delayed_bug_from_inside_query)]
|
2019-11-03 10:43:53 -06:00
|
|
|
|
|
|
|
#![feature(rustc_attrs)]
|
|
|
|
|
2024-02-11 22:26:59 -06:00
|
|
|
#[rustc_error(delayed_bug_from_inside_query)]
|
2019-11-03 10:43:53 -06:00
|
|
|
fn main() {}
|