mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
9 lines
228 B
Rust
9 lines
228 B
Rust
// revisions: cfail1 cfail2
|
|
// should-ice
|
|
// error-pattern: delayed span bug triggered by #[rustc_error(delay_span_bug_from_inside_query)]
|
|
|
|
#![feature(rustc_attrs)]
|
|
|
|
#[rustc_error(delay_span_bug_from_inside_query)]
|
|
fn main() {}
|