Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dgenerics.rs766 let precise_capture: PreciseCapture = input.parse()?; in parse_single() localVariable
768 Ok(TypeParamBound::PreciseCapture(precise_capture)) in parse_single()
772 precise_capture.use_token.span, in parse_single()
773 precise_capture.gt_token.span, in parse_single()
H A Dty.rs918 TypeParamBound::PreciseCapture(precise_capture) => { in parse()
921 last_nontrait_span = Some(precise_capture.gt_token.span); in parse()
925 _ = precise_capture; in parse()