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 1680b79 commit d6c0b81Copy full SHA for d6c0b81
compiler/rustc_parse/src/parser/attr_wrapper.rs
@@ -340,7 +340,7 @@ impl<'a> Parser<'a> {
340
// If we support tokens at all
341
if let Some(target_tokens) = ret.tokens_mut() {
342
if target_tokens.is_none() {
343
- // Store se our newly captured tokens into the AST node
+ // Store our newly captured tokens into the AST node.
344
*target_tokens = Some(tokens.clone());
345
}
346
0 commit comments