Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/match_check/
Dusefulness.rs495 fn apply_constructor( in apply_constructor() method
632 fn apply_constructor(mut self, pcx: PatCtxt<'_, 'p>, ctor: &Constructor) -> Self { in apply_constructor() method
/third_party/rust/rust/compiler/rustc_mir_build/src/thir/pattern/
Dusefulness.rs608 fn apply_constructor( in apply_constructor() method
747 fn apply_constructor(mut self, pcx: &PatCtxt<'_, 'p, 'tcx>, ctor: &Constructor<'tcx>) -> Self { in apply_constructor() method