[−][src]Function rustc_ap_rustc_expand::base::parse_expr
pub fn parse_expr(p: &mut Parser) -> Option<P<Expr>>
Parse an expression. On error, emit it, advancing to Eof
, and return None
.
pub fn parse_expr(p: &mut Parser) -> Option<P<Expr>>
Parse an expression. On error, emit it, advancing to Eof
, and return None
.