Home
last modified time | relevance | path

Searched defs:lifetimes (Results 1 – 3 of 3) sorted by relevance

/linux/rust/syn/
H A Dgenerics.rs674 let mut lifetimes = Punctuated::new(); in parse() localVariable
835 let mut lifetimes: Option<BoundLifetimes> = input.parse()?; in do_parse() localVariable
H A Dty.rs362 let mut lifetimes = None::<BoundLifetimes>; in ambig_ty() localVariable
H A Dexpr.rs2536 let lifetimes: Option<BoundLifetimes> = input.parse()?; in expr_closure() localVariable