Skip to content

Commit 878013c

Browse files
authored
Fix error
1 parent 1ed962b commit 878013c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libsyntax/ext/expand.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,6 @@ impl<'a> Parser<'a> {
702702
of `{}!` is likely invalid in {} context",
703703
macro_path, kind_name);
704704
err.span_note(span, &msg).emit();
705-
self.cx.trace_macros_diag();
706705
}
707706
}
708707
}

0 commit comments

Comments
 (0)