rustc_middle::mir

Module query

Source
Expand description

Values computed by queries that use MIR.

Structs§

Enums§

  • The subject of a ClosureOutlivesRequirement – that is, the thing that must outlive some region.
  • Outlives-constraints can be categorized to determine whether and why they are interesting (for error reporting). Order of variants indicates sort order of the category, thereby influencing diagnostic output.