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