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