Sign in
fuchsia
/
third_party
/
rust
/
a1d34bc33cfc8ee519d24155f15dc47ad0a83d99
/
.
/
tests
/
incremental
/
delayed_span_bug.rs
blob: 958e9dd07e2d531e1352789fe4875aa1549943cc [
file
] [
log
] [
blame
]
//@ revisions: cfail1 cfail2
//@ should-ice
//@ error-pattern: delayed bug triggered by #[rustc_error(delayed_bug_from_inside_query)]
#![
feature
(
rustc_attrs
)]
#[
rustc_error
(
delayed_bug_from_inside_query
)]
fn
main
()
{}