Skip to content

Commit dff6955

Browse files
jyasskinpcwalton
authored andcommitted
Work around auto-dereference crash in rustboot.
1 parent c80483d commit dff6955

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,8 @@ MUT_BOX_XFAILS := $(addprefix test/run-pass/, \
364364
TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \
365365
test/run-pass/bind-obj-ctor.rs \
366366
test/run-pass/clone-with-exterior.rs \
367+
test/run-pass/obj-as.rs \
368+
test/run-pass/vec-slice.rs \
367369
test/run-pass/fn-lval.rs \
368370
test/run-pass/generic-fn-infer.rs \
369371
test/run-pass/generic-recursive-tag.rs \

0 commit comments

Comments
 (0)