fix bad merge conflict resolution
This commit is contained in:
parent
8b36bc00a8
commit
081ae53225
@ -26,8 +26,11 @@ macro_rules! parse_or {
|
||||
Err(err) => {
|
||||
err.cancel();
|
||||
parser.psess.dcx().reset_err_count();
|
||||
return None;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
while parser.token.kind != TokenKind::Eof {
|
||||
// Parse a `lazy_static!` item.
|
||||
let vis = parse_or!(parse_visibility, rustc_parse::parser::FollowedByType::No);
|
||||
|
Loading…
Reference in New Issue
Block a user