Module rustc_const_eval::const_eval
source · Modules
Structs
Extra machine state for CTFE, and the Machine instance
When const-evaluation errors, this type is constructed with the resulting information,
and then used to emit the error as a lint or hard error.
Enums
Constants
Functions
Evaluates a constant and turns it into a type-level constant value.
Whether the
def_id
is an unstable const fn and what feature gate is necessary to enable it