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 be18a9b commit 72ce216Copy full SHA for 72ce216
compiler/rustc_expand/src/mbe/transcribe.rs
@@ -463,7 +463,7 @@ fn count_repetitions<'a>(
463
match matched {
464
MatchedTokenTree(_) | MatchedNonterminal(_) => {
465
if declared_lhs_depth == 0 {
466
- return Err(cx.create_err( CountRepetitionMisplaced { span: sp.entire()} ));
+ return Err(cx.create_err(CountRepetitionMisplaced { span: sp.entire() }));
467
}
468
match depth_opt {
469
None => Ok(1),
0 commit comments