Function rustc_borrowck::path_utils::borrow_of_local_data

source ยท
pub(crate) fn borrow_of_local_data(place: Place<'_>) -> bool
Expand description

Determines if a given borrow is borrowing local data This is called for all Yield expressions on movable coroutines