Skip to content

Commit fc359aa

Browse files
committed
remove unnecessary code
1 parent e5170d2 commit fc359aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/rustc_expand/src/mbe/transcribe.rs

-3
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,7 @@ pub(super) fn transcribe<'a>(
215215
// Find the matched nonterminal from the macro invocation, and use it to replace
216216
// the meta-var.
217217
let ident = MacroRulesNormalizedIdent::new(original_ident);
218-
let x = original_ident.normalize_to_macro_rules().span;
219-
info!(?interp, ?x, ?original_ident.span);
220218
if let Some(cur_matched) = lookup_cur_matched(ident, interp, &repeats) {
221-
info!(?cur_matched);
222219
match cur_matched {
223220
MatchedTokenTree(tt) => {
224221
// `tt`s are emitted into the output stream directly as "raw tokens",

0 commit comments

Comments
 (0)