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 b4501f4 commit 10ec058Copy full SHA for 10ec058
src/test/pretty/block-arg-disambig.rs
@@ -1,5 +1,2 @@
1
-// FIXME: The disambiguation the pretty printer does here
2
-// is probably not necessary anymore (#2882)
3
-
4
fn blk1(b: fn()) -> fn@() { return fn@() { }; }
5
fn test1() { (do blk1 { debug!("hi"); })(); }
0 commit comments