Module rustc_middle::mir::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.