Skip to content

Commit f861467

Browse files
authored
Update tests/ui/macros/expr_2021_with_metavar_expr.rs
1 parent 9b0a9e4 commit f861467

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ui/macros/expr_2021_with_metavar_expr.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//@ aux-build: metavar_2021.rs
33
//@ run-pass
44

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

78
#![feature(expr_fragment_specifier_2024)]
89
#![feature(macro_metavar_expr)]

0 commit comments

Comments
 (0)