Make parse_ident public
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user