Sign in
rust
/
rust
/
39d84243b2c6fc6148bf0331ab12e42dfc2f9616
/
.
/
tests
/
incremental
/
delayed_span_bug.rs
blob: 92985146d09143e8f1a40cdf2b616df430b20840 [
file
]
//@ revisions: bfail1 bfail2
//@ failure-status: 101
#![
feature
(
rustc_attrs
)]
#[
rustc_delayed_bug_from_inside_query
]
fn
main
()
{}
//~ ERROR delayed bug triggered by #[rustc_delayed_bug_from_inside_query]