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