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.
- Why did this mutation occur