Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/
H A Dborrow_set.rs66 pub assigned_place: mir::Place<'tcx>, field
199 assigned_place: &mir::Place<'tcx>, in visit_assign()
217 assigned_place: *assigned_place, in visit_assign()
222 self.insert_as_pending_if_two_phase(location, assigned_place, kind, idx); in visit_assign()
227 self.super_assign(assigned_place, rvalue, location) in visit_assign()
298 assigned_place: &mir::Place<'tcx>, in insert_as_pending_if_two_phase()
304 start_location, assigned_place, borrow_index, in insert_as_pending_if_two_phase()
318 let Some(temp) = assigned_place.as_local() else { in insert_as_pending_if_two_phase()
322 assigned_place, in insert_as_pending_if_two_phase()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/diagnostics/
H A Dconflict_errors.rs634 self.classify_immutable_section(issued_borrow.assigned_place) in report_conflicting_borrow()
1715 if let Some(section) = self.classify_immutable_section(loan.assigned_place) { in report_illegal_mutation_of_borrowed()
1768 loan.assigned_place.local, in explain_deref_coercion()