Clarify that the diff_marker is talking about version control system
conflicts specifically and a few more improvements.
This commit is contained in:
parent
8dc6a5d145
commit
1f6d271527
5 changed files with 47 additions and 38 deletions
|
@ -3734,7 +3734,7 @@ impl<'a> Parser<'a> {
|
|||
/// Parses `ident (COLON expr)?`.
|
||||
fn parse_expr_field(&mut self) -> PResult<'a, ExprField> {
|
||||
let attrs = self.parse_outer_attributes()?;
|
||||
self.recover_diff_marker();
|
||||
self.recover_vcs_conflict_marker();
|
||||
self.collect_tokens_trailing_token(attrs, ForceCollect::No, |this, attrs| {
|
||||
let lo = this.token.span;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue