Skip to content

Commit ed74b0b

Browse files
committed
Make parse_ident public
1 parent 13f8d07 commit ed74b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/parse/parser.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ impl<'a> Parser<'a> {
760760
err
761761
}
762762

763-
fn parse_ident(&mut self) -> PResult<'a, ast::Ident> {
763+
pub fn parse_ident(&mut self) -> PResult<'a, ast::Ident> {
764764
self.parse_ident_common(true)
765765
}
766766

0 commit comments

Comments
 (0)