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 259e738 commit 48af406Copy full SHA for 48af406
src/test/ui/typeck/issue-81943.rs
@@ -5,5 +5,5 @@ fn main() {
5
macro_rules! d {
6
($e:expr) => { match $e { x => { x } } } //~ERROR
7
}
8
- f(|x| d!(x)); //~ERROR
+ f(|x| d!(x));
9
0 commit comments