Searched refs:parse_rest (Results 1 – 3 of 3) sorted by relevance
623 Path::parse_rest(input, &mut path, expr_style)?; in parse_helper()627 pub(crate) fn parse_rest( in parse_rest() method
331 Path::parse_rest(input, &mut ty.path, false)?; in ambig_ty()352 Path::parse_rest(input, &mut ty.path, false)?; in ambig_ty()
2168 Path::parse_rest(input, &mut expr.path, true)?; in expr_group()