Home
last modified time | relevance | path

Searched refs:place_to_string_for_capture (Results 1 – 5 of 5) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dclosure.rs161 place_to_string_for_capture(tcx, &self.place) in to_string()
331 pub fn place_to_string_for_capture(tcx: TyCtxt<'tcx>, place: &HirPlace<'tcx>) -> String { in place_to_string_for_capture() function
H A Dmod.rs57 is_ancestor_or_same_capture, place_to_string_for_capture, BorrowKind, CaptureInfo,
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/diagnostics/
H A Dmod.rs112 ty::place_to_string_for_capture(self.infcx.tcx, hir_place) in add_moved_or_invoked_closure_note()
136 ty::place_to_string_for_capture(self.infcx.tcx, hir_place) in add_moved_or_invoked_closure_note()
H A Dmutability_errors.rs678 let upvar = ty::place_to_string_for_capture(tcx, closure_kind_origin); in show_mutating_upvar()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/error_reporting/
H A Dmod.rs649 ty::place_to_string_for_capture(tcx, place) in report_selection_error()
659 ty::place_to_string_for_capture(tcx, place) in report_selection_error()