Skip to content

Commit 8662867

Browse files
umanwizardlnicola
andauthored
Update crates/proc-macro-srv/src/lib.rs
Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
1 parent f1b64a3 commit 8662867

File tree

1 file changed

+1
-1
lines changed
  • crates/proc-macro-srv/src

1 file changed

+1
-1
lines changed

crates/proc-macro-srv/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ impl ProcMacroSrv {
7171
let res = match s
7272
.builder()
7373
.stack_size(EXPANDER_STACK_SIZE)
74-
.name(format!("macro_expander_{}", task.macro_name))
74+
.name(task.macro_name.clone()))
7575
.spawn(|_| {
7676
expander
7777
.expand(&task.macro_name, &macro_body, attributes.as_ref())

0 commit comments

Comments
 (0)