Home
last modified time | relevance | path

Searched defs:binding_modes (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Deta_reduction.rs190 let binding_modes = cx.typeck_results().pat_binding_modes(); in check_inputs() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dinfer.rs415 pub binding_modes: ArenaMap<BindingId, BindingMode>, field