Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dexpr.rs2548 let value = closure_arg(input)?; in expr_closure()
2604 fn closure_arg(input: ParseStream) -> Result<Pat> { in closure_arg() function