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 e1a0d0f commit 75f84b2Copy full SHA for 75f84b2
src/test/pretty/block-arg-disambig.rs
@@ -1,5 +1,2 @@
1
fn blk1(b: block()) -> fn@() { ret fn@() { }; }
2
-
3
fn test1() { (blk1 {|| #debug["hi"]; })(); }
4
5
-fn test2() { (blk1 {|| #debug["hi"]; }) {|| #debug["ho"]; }; }
0 commit comments