Lines Matching refs:lifetimes
99 pub lifetimes: Option<BoundLifetimes>,
338 let mut lifetimes = None::<BoundLifetimes>;
341 lifetimes = input.parse()?;
415 lifetimes: None,
466 bare_fn.lifetimes = lifetimes;
494 if lifetimes.is_some() || allow_plus && input.peek(Token![+]) {
499 lifetimes,
637 lifetimes: input.parse()?,
818 // Just lifetimes like `'a + 'b` is not a TraitObject.
1050 self.lifetimes.to_tokens(tokens);