mbe: Fix typo in attribute tracing
This commit is contained in:
parent
ca77504943
commit
caa6d3615b
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue