We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27dc6b commit 1db3e7dCopy full SHA for 1db3e7d
tests/ui/macros/expr_2021_cargo_fix_edition.rs
@@ -20,5 +20,6 @@ macro_rules! test {
20
21
fn main() {
22
m!(());
23
+ m!(_);
24
test!(expr);
25
}
0 commit comments