mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 08:16:07 +03:00
Fix documentation of rustc_parse::parser::Parser::parse_stmt_without_recovery
Something seems to have gotten out of sync during the creation of #81177, where both the argument and comment were introduced.
This commit is contained in:
@@ -34,7 +34,7 @@ pub fn parse_stmt(&mut self, force_collect: ForceCollect) -> PResult<'a, Option<
|
||||
}))
|
||||
}
|
||||
|
||||
/// 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
|
||||
/// or not we have attributes
|
||||
pub(crate) fn parse_stmt_without_recovery(
|
||||
&mut self,
|
||||
|
||||
Reference in New Issue
Block a user