Expand description
Identifies the mutated places in a MIR instruction via modular approximation based on types.
Structs§
- MIR visitor that invokes a callback for every
Mutation
in the visited object. - Information about a particular mutation.
Enums§
- Indicator of certainty about whether a place is being mutated. Used to determine whether an update should be strong or weak.
- A classification on when this visitor is executed. This is designed to allow splitting of the effect of a function call into the argument unification and the return/mut arg modification.