We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e73b0 commit 4d413afCopy full SHA for 4d413af
src/Makefile
@@ -349,7 +349,6 @@ TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \
349
test/run-pass/clone-with-exterior.rs \
350
test/run-pass/destructor-ordering.rs \
351
test/run-pass/obj-as.rs \
352
- test/run-pass/rec-auto.rs \
353
test/run-pass/vec-slice.rs \
354
test/run-pass/fn-lval.rs \
355
test/run-pass/generic-fn-infer.rs \
@@ -358,7 +357,6 @@ TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \
358
357
test/run-pass/bind-obj-ctor.rs \
359
test/run-pass/vec-alloc-append.rs \
360
test/run-pass/task-comm.rs \
361
- test/compile-fail/rec-missing-fields.rs \
362
test/compile-fail/bad-send.rs \
363
test/compile-fail/bad-recv.rs \
364
test/compile-fail/infinite-tag-type-recursion.rs \
0 commit comments