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.
fn eat_dollar<'psess>(
iter: &mut RefTokenTreeCursor<'_>,
psess: &'psess ParseSess,
span: Span,
) -> PResult<'psess, ()>
Expects that the next item is a dollar sign.