Skip to content

Commit d54a622

Browse files
committed
---
yaml --- r: 24061 b: refs/heads/master c: 6e9f997 h: refs/heads/master i: 24059: 80caee6 v: v3
1 parent d79c6d8 commit d54a622

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 348d07f099561992d37d8e0107b9440cae021615
2+
refs/heads/master: 6e9f997f8e2a1511b11ef910084af71b25336a96
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
enum thing = uint;
22
impl thing : cmp::Ord { //~ ERROR missing method `gt`
3-
pure fn lt(other: &thing) -> bool { *self < *other }
4-
pure fn le(other: &thing) -> bool { *self < *other }
5-
pure fn ge(other: &thing) -> bool { *self < *other }
3+
pure fn lt(other: &thing) -> bool { *self < **other }
4+
pure fn le(other: &thing) -> bool { *self < **other }
5+
pure fn ge(other: &thing) -> bool { *self < **other }
66
}
77
fn main() {}

0 commit comments

Comments
 (0)