pub const MAX_STEPS: u32 = 100_000;
Hard cap on the number of reduction steps performed by a single const_eval call. Checked on every step.
const_eval