Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dupvar.rs1550 let path_label = construct_path_string(self.tcx, place); in log_closure_min_capture_info()
1977 fn construct_path_string<'tcx>(tcx: TyCtxt<'_>, place: &Place<'tcx>) -> String { in construct_path_string() function