Skip to content

Commit c848ed1

Browse files
committed
Merge branch 'master' into forgraydon-elseif
2 parents 214c323 + 784b2de commit c848ed1

File tree

11 files changed

+194
-130
lines changed

11 files changed

+194
-130
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
*.tp
3131
*.vr
3232
*.swp
33+
*.tmp
3334
.hg/
3435
.hgignore
3536
.cproject

src/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,18 +510,25 @@ TEST_XFAILS_RUSTC := $(filter-out \
510510
writealias.rs \
511511
) \
512512
$(addprefix test/compile-fail/, \
513+
alt-tag-nullary.rs \
514+
alt-tag-unary.rs \
513515
arg-count-mismatch.rs \
514516
arg-type-mismatch.rs \
515517
bad-expr-path.rs \
516518
bad-expr-path2.rs \
519+
bogus-tag.rs \
517520
import.rs \
518521
import2.rs \
519522
import3.rs \
520523
import4.rs \
521524
import-loop.rs \
522525
import-loop-2.rs \
523526
multiline-comment-line-tracking.rs \
527+
output-type-mismatch.rs \
528+
rec-missing-fields.rs \
529+
type-shadow.rs \
524530
while-type-error.rs \
531+
wrong-ret-type.rs \
525532
), \
526533
$(wildcard test/*/*.rs test/*/*.rc))
527534

0 commit comments

Comments
 (0)