We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c6ebe commit d3bf103Copy full SHA for d3bf103
compiler/rustc_parse/src/parser/stmt.rs
@@ -34,7 +34,7 @@ impl<'a> Parser<'a> {
34
}))
35
}
36
37
- /// If `force_capture` is true, forces collection of tokens regardless of whether
+ /// If `force_collect` is [`ForceCollect::Yes`], forces collection of tokens regardless of whether
38
/// or not we have attributes
39
pub(crate) fn parse_stmt_without_recovery(
40
&mut self,
0 commit comments