Skip to content

Commit 48af406

Browse files
authored
Update issue-81943.rs
1 parent 259e738 commit 48af406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/typeck/issue-81943.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ fn main() {
55
macro_rules! d {
66
($e:expr) => { match $e { x => { x } } } //~ERROR
77
}
8-
f(|x| d!(x)); //~ERROR
8+
f(|x| d!(x));
99
}

0 commit comments

Comments
 (0)