Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/
H A Dpath_utils.rs134 pub(super) fn borrow_of_local_data(place: Place<'_>) -> bool { in borrow_of_local_data() function
H A Dinvalidation.rs179 if borrow_of_local_data(data.borrowed_place) { in visit_terminator()
191 if borrow_of_local_data(data.borrowed_place) { in visit_terminator()
H A Dlib.rs1637 if borrow_of_local_data(borrow.borrowed_place) { in check_for_local_borrow()