Module rustc_borrowck::nll

source ·
Expand description

The entry point of the NLL borrow checker.

Structs

  • NllOutput 🔒
    The output of nll::compute_regions. This includes the computed RegionInferenceContext, any closure requirements to propagate, and any generated errors.

Traits

Functions

Type Aliases