We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00b02e commit d6d2ff0Copy full SHA for d6d2ff0
compiler/rustc_expand/src/mbe/transcribe.rs
@@ -267,7 +267,6 @@ pub(super) fn transcribe<'a>(
267
// some of the unnecessary whitespace.
268
let ident = MacroRulesNormalizedIdent::new(original_ident);
269
if let Some(cur_matched) = lookup_cur_matched(ident, interp, &repeats) {
270
- // njn: explain the use of alone here
271
let tt = match cur_matched {
272
MatchedSingle(ParseNtResult::Tt(tt)) => {
273
// `tt`s are emitted into the output stream directly as "raw tokens",
0 commit comments