Skip to content

Commit 9704509

Browse files
Update compiler/rustc_expand/src/mbe/macro_rules.rs
Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com>
1 parent 62ad9c2 commit 9704509

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

compiler/rustc_expand/src/mbe/macro_rules.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ fn expand_macro<'cx>(
409409
let MacroRule::Func { lhs, .. } = rule else { continue };
410410
for param in lhs {
411411
let MatcherLoc::MetaVarDecl { bind, .. } = param else { continue };
412-
tracing::info!(?bind);
413412
bindings.push(*bind);
414413
}
415414
}

0 commit comments

Comments
 (0)