Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dtypeck_results.rs77 pat_binding_modes: ItemLocalMap<BindingMode>, field
470 pub fn pat_binding_modes(&self) -> LocalTableInContext<'_, BindingMode> { in pat_binding_modes() method