Make parse_ident public
This commit is contained in:
parent
13f8d073fe
commit
ed74b0b016
@ -760,7 +760,7 @@ impl<'a> Parser<'a> {
|
|||||||
err
|
err
|
||||||
}
|
}
|
||||||
|
|
||||||
fn parse_ident(&mut self) -> PResult<'a, ast::Ident> {
|
pub fn parse_ident(&mut self) -> PResult<'a, ast::Ident> {
|
||||||
self.parse_ident_common(true)
|
self.parse_ident_common(true)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user