File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
compiler/rustc_parse/src/parser Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -233,9 +233,9 @@ impl<'a> Parser<'a> {
233
233
// 1. Our target doesn't support tokens at all (e.g we're parsing an `NtIdent`)
234
234
// so there's nothing for us to do.
235
235
// 2. Our target already has tokens set (e.g. we've parsed something
236
- // like `#[my_attr] $item`. The actual parsing code takes care of prepending
237
- // any attributes to the nonterminal, so we don't need to modify the
238
- // already captured tokens.
236
+ // like `#[my_attr] $item`) . The actual parsing code takes care of
237
+ // prepending any attributes to the nonterminal, so we don't need to
238
+ // modify the already captured tokens.
239
239
// Note that this check is independent of `force_collect`- if we already
240
240
// have tokens, or can't even store them, then there's never a need to
241
241
// force collection of new tokens.
You can’t perform that action at this time.
0 commit comments