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