We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f9b6a commit b873ae5Copy full SHA for b873ae5
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 898083f8fc448e8b6285b015a21b22f6496f112d
+refs/heads/master: fefeebce24eb429309d1aac8e61d97b6d814867d
trunk/src/test/run-pass/anon-obj-with-self-call.rs
@@ -13,9 +13,6 @@ fn main() {
13
14
auto my_a = a();
15
16
- // Extending an object with a new method that contains a simple
17
- // self-call. Adding support for this is issue #540.
18
-
19
auto my_b = obj {
20
fn baz() -> int {
21
ret self.foo();
0 commit comments