Module rustc_const_eval::const_eval
source · Modules§
Structs§
- Extra machine state for CTFE, and the Machine instance
Enums§
- The CTFE machine has some custom error kinds.
Constants§
Traits§
Functions§
- Whether the
def_id
is an unstable const fn and what feature gate(s) are necessary to enable it. - Create an interpreter context to inspect the given
ConstValue
. Returns both the context and anOpTy
that represents the constant.