Module rustc_mir::transform::erase_regions
[−]
[src]
Unstable (
rustc_private
)This pass erases all early-bound regions from the types occuring in the MIR. We want to do this once just before trans, so trans does not have to take care erasing regions all over the place.
Structs
EraseRegions | [Unstable] |