File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 633af3980838567e525cb405b8d648d2c185ef64
2
+ refs/heads/master: 7ab8a5904d60ea259f1a4b98fda7745177e98826
Original file line number Diff line number Diff line change @@ -494,18 +494,25 @@ TEST_XFAILS_RUSTC := $(filter-out \
494
494
writealias.rs \
495
495
) \
496
496
$(addprefix test/compile-fail/, \
497
+ alt-tag-nullary.rs \
498
+ alt-tag-unary.rs \
497
499
arg-count-mismatch.rs \
498
500
arg-type-mismatch.rs \
499
501
bad-expr-path.rs \
500
502
bad-expr-path2.rs \
503
+ bogus-tag.rs \
501
504
import.rs \
502
505
import2.rs \
503
506
import3.rs \
504
507
import4.rs \
505
508
import-loop.rs \
506
509
import-loop-2.rs \
507
510
multiline-comment-line-tracking.rs \
511
+ output-type-mismatch.rs \
512
+ rec-missing-fields.rs \
513
+ type-shadow.rs \
508
514
while-type-error.rs \
515
+ wrong-ret-type.rs \
509
516
) , \
510
517
$(wildcard test/* /* .rs test/* /* .rc) )
511
518
You can’t perform that action at this time.
0 commit comments