Skip to content

Commit dea0bcd

Browse files
committed
---
yaml --- r: 1647 b: refs/heads/master c: c848ed1 h: refs/heads/master i: 1645: 0424aa0 1643: f8581b9 1639: ba6f6df 1631: b4f155c v: v3
1 parent 738edeb commit dea0bcd

File tree

12 files changed

+195
-131
lines changed

12 files changed

+195
-131
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: 214c32393a9d28436dd782c9ea6e3e32d3baba2e
2+
refs/heads/master: c848ed1e9862a527e0a6f16ef235b41f98baa419

trunk/.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

trunk/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)