Sign in
rust
/
rust
/
0883b8cc7926859cd296afde42c5b2d7aaae5ce5
/
.
/
tests
/
incremental
/
delayed_span_bug.rs
blob: ac14fc0f1b6d7991473e68d927f2f7df6ad2e04e [
file
]
//@ revisions: cfail1 cfail2
//@ 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]