Module flowistry::mir::utils

source ·
Expand description

A potpourri of utilities for working with the MIR, primarily exposed as extension traits.

Functions

  • Given the arguments to a function, returns all projections of the arguments that are mutable pointers.
  • Given the arguments to a function, returns all places in the arguments.

Type Aliases