Skip to content

Commit a164527

Browse files
authored
Rollup merge of #145200 - joshtriplett:mbe-typo-fix, r=lqd
mbe: Fix typo in attribute tracing
2 parents 733568a + caa6d36 commit a164527

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
@@ -347,7 +347,7 @@ fn expand_macro_attr(
347347

348348
if cx.trace_macros() {
349349
let msg = format!(
350-
"expanding `$[{name}({})] {}`",
350+
"expanding `#[{name}({})] {}`",
351351
pprust::tts_to_string(&args),
352352
pprust::tts_to_string(&body),
353353
);

0 commit comments

Comments
 (0)