Skip to content

Commit fefeebc

Browse files
committed
Getting rid of obsolete comments.
1 parent 898083f commit fefeebc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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)