mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 19:53:38 -04: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() {}
|