Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dscan_expr.rs11 ConsumeAny, enumerator
109 (ConsumeAny, SetState(&CLOSURE_ARGS)),
222 Input::ConsumeAny => input.parse::<Option<TokenTree>>()?.is_some(), in scan_expr()