Skip to content

Commit a8909b0

Browse files
committed
Reflow an overlong comment.
1 parent cfc1aa3 commit a8909b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_expand/src/mbe/macro_rules.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,8 @@ pub fn compile_declarative_macro(
456456
match tt_parser.parse_tt(&mut Cow::Owned(parser), &argument_gram, &mut NoopTracker) {
457457
Success(m) => m,
458458
Failure(()) => {
459-
// The fast `NoopTracker` doesn't have any info on failure, so we need to retry it with another one
460-
// that gives us the information we need.
459+
// The fast `NoopTracker` doesn't have any info on failure, so we need to retry it
460+
// with another one that gives us the information we need.
461461
// For this we need to reclone the macro body as the previous parser consumed it.
462462
let retry_parser = create_parser();
463463

0 commit comments

Comments
 (0)