Skip to content

Commit 1b9c8fd

Browse files
committed
---
yaml --- r: 3069 b: refs/heads/master c: 6142c73 h: refs/heads/master i: 3067: 5292231 v: v3
1 parent ef2b8d0 commit 1b9c8fd

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
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: 753268161241b16f7c2ef4c9df6e8c72bee93558
2+
refs/heads/master: 6142c731a031399efbdf9108086b6e93a668c783

trunk/src/test/compile-fail/forgot-ret.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32
// error-pattern: not all control paths return
43

54
fn god_exists(int a) -> bool {

trunk/src/test/compile-fail/pattern-tyvar.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// xfail-stage0
2-
// xfail-stage1
3-
// xfail-stage2
41
// -*- rust -*-
52
use std;
63
import std::option;

trunk/src/test/compile-fail/slot-as-pred.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
// xfail-stage0
2-
// xfail-stage1
3-
// xfail-stage2
41
// -*- rust -*-
5-
6-
// error-pattern: mismatched types
2+
// xfail-stage0
3+
// error-pattern: unresolved name: lt
74

85
fn f(int a, int b) : lt(a,b) {
96
}

0 commit comments

Comments
 (0)