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.