Skip to content

Commit e775a93

Browse files
committed
---
yaml --- r: 5519 b: refs/heads/master c: c29f1af h: refs/heads/master i: 5517: 5ffec3a 5515: 58c6e07 5511: 4fbc450 5503: 530c233 v: v3
1 parent ab24044 commit e775a93

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
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: 064f52fa96a51e3871eeaa453fa87221245e6421
2+
refs/heads/master: c29f1af17e49ae01d865f443ea0ff2f92bf3a888

trunk/src/test/compile-fail/constrained-type-missing-check.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
// xfail-test
33
// error-pattern:Unsatisfied precondition
44

5-
tag list { cons(int, @list); nil; }
6-
7-
type bubu = {x: int, y: int};
8-
95
pure fn less_than(x: int, y: int) -> bool { ret x < y; }
106

117
type ordered_range = {low: int, high: int} : less_than(low, high);

0 commit comments

Comments
 (0)