Skip to content

Commit 1db3e7d

Browse files
tests: add the _ as expr test for cargo fix
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
1 parent b27dc6b commit 1db3e7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/macros/expr_2021_cargo_fix_edition.rs

+1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ macro_rules! test {
2020

2121
fn main() {
2222
m!(());
23+
m!(_);
2324
test!(expr);
2425
}

0 commit comments

Comments
 (0)