We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3859eca commit 786b2caCopy full SHA for 786b2ca
src/libsyntax/ext/tt/macro_parser.rs
@@ -467,7 +467,7 @@ fn inner_parse_loop(
467
item.idx += 1;
468
next_items.push(item);
469
}
470
- }
+ }
471
// We don't need a separator. Move the "dot" back to the beginning of the matcher
472
// and try to match again UNLESS we are only allowed to have _one_ repetition.
473
else if item.seq_op != Some(quoted::KleeneOp::ZeroOrOne) {
0 commit comments