Skip to content

Commit b873ae5

Browse files
committed
---
yaml --- r: 4076 b: refs/heads/master c: fefeebc h: refs/heads/master v: v3
1 parent e2f9b6a commit b873ae5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
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: 898083f8fc448e8b6285b015a21b22f6496f112d
2+
refs/heads/master: fefeebce24eb429309d1aac8e61d97b6d814867d

trunk/src/test/run-pass/anon-obj-with-self-call.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ fn main() {
1313

1414
auto my_a = a();
1515

16-
// Extending an object with a new method that contains a simple
17-
// self-call. Adding support for this is issue #540.
18-
1916
auto my_b = obj {
2017
fn baz() -> int {
2118
ret self.foo();

0 commit comments

Comments
 (0)