Sign in
rust
/
rust
/
7b8be37c1fb8a0064a8b06db6fba75d85bdbcbb0
/
.
/
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]