Skip to content

Commit 5f70aaf

Browse files
authored
Update compiler/rustc_expand/src/mbe/macro_rules.rs
1 parent 2c66e15 commit 5f70aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_expand/src/mbe/macro_rules.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ fn check_matcher_core(
969969
&OR_PATTERNS_BACK_COMPAT,
970970
span,
971971
ast::CRATE_NODE_ID,
972-
&*format!("the meaning of the pat fragment specific is changing in Rust 2021, which may affect this macro",),
972+
&*format!("the meaning of the `pat` fragment specifier is changing in Rust 2021, which may affect this macro",),
973973
BuiltinLintDiagnostics::OrPatternsBackCompat(
974974
span, suggestion,
975975
),

0 commit comments

Comments
 (0)