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 120893a commit 5cd4ac0Copy full SHA for 5cd4ac0
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 19b2850388f634b500e612d8f24bbcb8c0fa2f3c
+refs/heads/master: 3d04fa029e7773bca591502c2890944fae1cefdc
trunk/src/Makefile
@@ -439,7 +439,8 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \
439
test/compile-fail/tail-non-call.rs \
440
test/compile-fail/writing-through-read-alias.rs
441
442
-TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
+TEST_XFAILS_RUSTC := $(CONST_TAG_XFAILS) \
443
+ $(addprefix test/run-pass/, \
444
acyclic-unwind.rs \
445
alt-pattern-drop.rs \
446
alt-type-simple.rs \
0 commit comments