Skip to content

Commit 44f566f

Browse files
committed
---
yaml --- r: 1306 b: refs/heads/master c: 1086a2b h: refs/heads/master v: v3
1 parent c3f803f commit 44f566f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: c170e7edfdfe156f11374d5e3c265b613351dc99
2+
refs/heads/master: 1086a2b7d1246770c2b0330a005e6ee828f22bd8

trunk/src/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
428428
arith-1.rs \
429429
arith-2.rs \
430430
autoderef-full-lval.rs \
431+
bind-exterior.rs \
431432
bind-interior.rs \
432433
bind-thunk.rs \
433434
bind-trivial.rs \
@@ -444,6 +445,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
444445
deref.rs \
445446
div-mod.rs \
446447
drop-bind-thunk-args.rs \
448+
drop-on-empty-block-exit.rs \
447449
drop-on-ret.rs \
448450
fact.rs \
449451
fn-lval.rs \
@@ -468,6 +470,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
468470
large-records.rs \
469471
lazy-init.rs \
470472
lazy-and-or.rs \
473+
leak-box-as-tydesc.rs \
471474
linear-for-loop.rs \
472475
multiline-comment.rs \
473476
mutual-recursion-group.rs \

0 commit comments

Comments
 (0)