[][src]Module rustc_borrowck::borrowck::check_loans

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Structs

CheckLoanCtxt [
Experimental
]

Enums

UseError [
Experimental
]

Functions

check_loans [
Experimental
]
compatible_borrow_kinds [
Experimental
]
owned_ptr_base_path [
Experimental
]

Returns the base of the leftmost dereference of an Unique in loan_path. If there is no dereference of an Unique in loan_path, then it just returns loan_path itself.

owned_ptr_base_path_rc [
Experimental
]

The equivalent of owned_ptr_base_path for an &Rc rather than a &LoanPath.