Skip to content

Commit 10ec058

Browse files
committed
Remove obsolete comment
1 parent b4501f4 commit 10ec058

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/pretty/block-arg-disambig.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
// FIXME: The disambiguation the pretty printer does here
2-
// is probably not necessary anymore (#2882)
3-
41
fn blk1(b: fn()) -> fn@() { return fn@() { }; }
52
fn test1() { (do blk1 { debug!("hi"); })(); }

0 commit comments

Comments
 (0)