mbe: Fix typo in attribute tracing

This commit is contained in:
Josh Triplett 2025-08-09 23:01:08 -07:00
parent ca77504943
commit caa6d3615b

View file

@ -347,7 +347,7 @@ fn expand_macro_attr(
if cx.trace_macros() {
let msg = format!(
"expanding `$[{name}({})] {}`",
"expanding `#[{name}({})] {}`",
pprust::tts_to_string(&args),
pprust::tts_to_string(&body),
);