Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_mir_build/src/thir/pattern/
Dusefulness.rs384 pub(crate) struct PatStack<'p, 'tcx> { struct
388 impl<'p, 'tcx> PatStack<'p, 'tcx> { impl
458 impl<'p, 'tcx> fmt::Debug for PatStack<'p, 'tcx> { implementation
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/match_check/
Dusefulness.rs349 pub(super) struct PatStack<'p> { struct
353 impl<'p> PatStack<'p> { argument