Skip to content

Commit 75f84b2

Browse files
committed
make test typecheck
1 parent e1a0d0f commit 75f84b2

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 @@
11
fn blk1(b: block()) -> fn@() { ret fn@() { }; }
2-
32
fn test1() { (blk1 {|| #debug["hi"]; })(); }
4-
5-
fn test2() { (blk1 {|| #debug["hi"]; }) {|| #debug["ho"]; }; }

0 commit comments

Comments
 (0)