Module rustc_const_eval::interpret::step[][src]

Expand description

This module contains the InterpCx methods for executing a single step of the interpreter.

The main entry point is the step method.

Functions

Classify whether an operator is “left-homogeneous”, i.e., the LHS has the same type as the result.

Classify whether an operator is “right-homogeneous”, i.e., the RHS has the same type as the LHS.