Sign in
rust
/
rust
/
ef4cff2ea33e070b7fa7253fdb4a88e3f4086a15
/
.
/
tests
/
incremental
/
delayed_span_bug.rs
blob: 7b409db2e18eacb7fa490c98ee0f3b86b08eedd4 [
file
] [
log
] [
blame
]
//@ revisions: cfail1 cfail2
//@ should-ice
#![
feature
(
rustc_attrs
)]
#[
rustc_delayed_bug_from_inside_query
]
fn
main
()
{}
//~ ERROR delayed bug triggered by #[rustc_delayed_bug_from_inside_query]