Home
last modified time | relevance | path

Searched refs:parse_rest (Results 1 – 3 of 3) sorted by relevance

/linux/rust/syn/
H A Dpath.rs623 Path::parse_rest(input, &mut path, expr_style)?; in parse_helper()
627 pub(crate) fn parse_rest( in parse_rest() method
H A Dty.rs331 Path::parse_rest(input, &mut ty.path, false)?; in ambig_ty()
352 Path::parse_rest(input, &mut ty.path, false)?; in ambig_ty()
H A Dexpr.rs2168 Path::parse_rest(input, &mut expr.path, true)?; in expr_group()