mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 03:07:25 +00:00
9 lines
206 B
Rust
9 lines
206 B
Rust
//@ revisions: cfail1 cfail2
|
|
//@ should-ice
|
|
//@ error-pattern: delayed bug triggered by #[rustc_delayed_bug_from_inside_query]
|
|
|
|
#![feature(rustc_attrs)]
|
|
|
|
#[rustc_delayed_bug_from_inside_query]
|
|
fn main() {}
|