Rename parse_no_question_mark_recover.
Adding a `ty_` makes its purpose much clearer, and consistent with other `parse_ty_*` functions.
This commit is contained in:
@@ -180,7 +180,7 @@ impl<'a> Parser<'a> {
|
||||
)
|
||||
}
|
||||
|
||||
pub(super) fn parse_no_question_mark_recover(&mut self) -> PResult<'a, P<Ty>> {
|
||||
pub(super) fn parse_ty_no_question_mark_recover(&mut self) -> PResult<'a, P<Ty>> {
|
||||
self.parse_ty_common(
|
||||
AllowPlus::Yes,
|
||||
AllowCVariadic::No,
|
||||
|
||||
Reference in New Issue
Block a user