Skip to content

Commit 4516fb0

Browse files
committed
---
yaml --- r: 60062 b: refs/heads/master c: 5063928 h: refs/heads/master v: v3
1 parent c8e683e commit 4516fb0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-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: 19d2ba33832d1fa1ba6485df7b481e9aa5e5bd02
2+
refs/heads/master: 506392830052ec5da8ad0cdb0afc3439ec69f938
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
55
refs/heads/try: c50a9d5b664478e533ba1d1d353213d70c8ad589

trunk/src/test/compile-fail/issue-3707.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// xfail-test
1211
struct Obj {
1312
member: uint
1413
}
@@ -17,8 +16,8 @@ pub impl Obj {
1716
fn boom() -> bool {
1817
return 1+1 == 2
1918
}
20-
fn chirp() {
21-
self.boom(); //~ ERROR wat
19+
fn chirp(&self) {
20+
self.boom(); //~ ERROR `&Obj` does not implement any method in scope named `boom`
2221
}
2322
}
2423

0 commit comments

Comments
 (0)