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