Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dscan_expr.rs16 ConsumeLifetime, enumerator
60 (ConsumeLifetime, SetState(&[(Punct(":"), SetState(&INIT))])),
87 (ConsumeLifetime, SetState(&BREAK_VALUE)),
103 (ConsumeLifetime, SetState(&CLOSURE)),
123 (ConsumeLifetime, SetState(&POSTFIX)),
236 Input::ConsumeLifetime => input.parse::<Option<Lifetime>>()?.is_some(), in scan_expr()