contast -> contrast
This commit is contained in:
parent
5015fa346c
commit
819cbfeb96
1 changed files with 1 additions and 1 deletions
|
@ -3800,7 +3800,7 @@ impl<'a> Parser<'a> {
|
|||
}
|
||||
|
||||
/// A wrapper around `parse_pat` with some special error handling for the
|
||||
/// "top-level" patterns in a match arm, `for` loop, `let`, &c. (in contast
|
||||
/// "top-level" patterns in a match arm, `for` loop, `let`, &c. (in contrast
|
||||
/// to subpatterns within such).
|
||||
pub fn parse_top_level_pat(&mut self) -> PResult<'a, P<Pat>> {
|
||||
let pat = self.parse_pat()?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue