Skip to content

Commit

Permalink
tests: add the _ as expr test for cargo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
  • Loading branch information
vincenzopalazzo committed Jul 26, 2024
1 parent b27dc6b commit 1db3e7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/macros/expr_2021_cargo_fix_edition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ macro_rules! test {

fn main() {
m!(());
m!(_);
test!(expr);
}

0 comments on commit 1db3e7d

Please sign in to comment.