Module rustc_const_eval::transform
source · Modules
- Check the bodies of
const
s,static
s andconst fn
s for illegal operations. - A pass that promotes borrows of constant rvalues.
- Validates the MIR to ensure that invariants are upheld.
const
s, static
s and const fn
s for illegal operations.