Function rustc_expand::base::parse_expr
source · pub fn parse_expr(p: &mut Parser<'_>) -> Option<P<Expr>>
Expand description
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
.