Home
last modified time | relevance | path

Searched refs:requires_closure (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs1036 let mut requires_closure; in expand_rust_function_shim_impl() variables
1039 requires_closure = false; in expand_rust_function_shim_impl()
1043 requires_closure = true; in expand_rust_function_shim_impl()
1047 requires_closure |= !vars.is_empty(); in expand_rust_function_shim_impl()
1090 requires_closure = true; in expand_rust_function_shim_impl()
1094 requires_closure = true; in expand_rust_function_shim_impl()
1110 requires_closure = true; in expand_rust_function_shim_impl()
1113 requires_closure = true; in expand_rust_function_shim_impl()
1117 let closure = if requires_closure { in expand_rust_function_shim_impl()

Completed in 5 milliseconds