Home
last modified time | relevance | path

Searched refs:parse_turbofish (Results 1 – 2 of 2) sorted by relevance

/linux/rust/syn/
H A Dpath.rs456 pub fn parse_turbofish(input: ParseStream) -> Result<Self> { in parse_turbofish() method
H A Dexpr.rs1664 Some(AngleBracketedGenericArguments::parse_turbofish(input)?) in trailer_helper()