We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa028cd commit 0f91ed4Copy full SHA for 0f91ed4
src/test/incremental/delayed_span_bug.rs
@@ -0,0 +1,8 @@
1
+// revisions: cfail1 cfail2
2
+// should-ice
3
+// error-pattern: compilation successful
4
+
5
+#![feature(rustc_attrs)]
6
7
+#[rustc_error(delay_span_bug_from_inside_query)]
8
+fn main() {}
0 commit comments