Skip to content

Commit 94f17f8

Browse files
tests: don't strip empty tuple exprs in blocks
1 parent 251a3a9 commit 94f17f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/target/issue_3868.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ fn bar() {
44
for _ in 0..1 {}
55
}
66

7-
fn baz() {}
7+
fn baz() {
8+
();
9+
}

0 commit comments

Comments
 (0)