Module rustc_mir_transform::const_prop_lint
source · Expand description
Propagates constants for early reporting of statically known assertion failures
Structs
Finds optimization opportunities on the MIR.
Constants
The maximum number of bytes that we’ll allocate space for a local or the return value.
Needed for #66397, because otherwise we eval into large places and that can cause OOM or just
Severely regress performance.