Module rustc_mir::transform::erase_regions
[−]
[src]
🔬 This is a nightly-only experimental API. (
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 |
[ Experimental ]
|