Skip to content

Commit

Permalink
Update tests/ui/macros/expr_2021_with_metavar_expr.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
eholk authored Aug 29, 2024
1 parent 9b0a9e4 commit f861467
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ui/macros/expr_2021_with_metavar_expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
//@ aux-build: metavar_2021.rs
//@ run-pass

// This test captures the behavior of macro-generating-macros with fragment specifiers across edition b
// This test captures the behavior of macro-generating-macros with fragment
// specifiers across edition boundaries.

#![feature(expr_fragment_specifier_2024)]
#![feature(macro_metavar_expr)]
Expand Down

0 comments on commit f861467

Please sign in to comment.