Home
last modified time | relevance | path

Searched refs:scrut_hir_id (Results 1 – 4 of 4) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_build/src/thir/pattern/
H A Dusefulness.rs934 scrut_hir_id: HirId, in compute_match_usefulness()
958 let usefulness = is_useful(cx, &matrix, &v, FakeExtraWildcard, scrut_hir_id, false, true); in compute_match_usefulness()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A D_match.rs119 scrut_hir_id: scrut.hir_id, in check_match()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/traits/
H A Dmod.rs424 pub scrut_hir_id: hir::HirId, field
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/error_reporting/
H A Dmod.rs634 scrut_hir_id, in note_error_origin()
642 let scrut_expr = self.tcx.hir().expect_expr(scrut_hir_id); in note_error_origin()