Function rustc_expand::mbe::metavar_expr::eat_dollar
source · fn eat_dollar<'psess>(
iter: &mut RefTokenTreeCursor<'_>,
psess: &'psess ParseSess,
span: Span
) -> PResult<'psess, ()>
Expand description
Expects that the next item is a dollar sign.