errors.fyi community error code reference
E0080
rust

Constant Evaluation Failed

The compiler could not evaluate a constant expression, typically due to division by zero or integer overflow. Constant values must be computable at compile time without undefined behaviour.

References

← all namespaces