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 1cc7879 commit 0491411Copy full SHA for 0491411
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 78a82b9fd1883930733e13638851742a9fdfdf2a
+refs/heads/master: cbcc7bba30920489d4c772f174bfb9715842f163
trunk/src/test/run-pass/conditional-compile.rs
@@ -0,0 +1,10 @@
+// xfail-stage0
+// xfail-stage1
3
+// xfail-stage2
4
+
5
+// Since the bogus configuration isn't defined main will just be
6
+// parsed, but nothing further will be done with it
7
+#[cfg(bogus)]
8
+fn main() { fail }
9
10
+fn main() {}
0 commit comments