use ;
/// Cheap canonicalization for `CAST`: constant-fold the cast at compile
/// time when the operand is a literal value.
///
/// Heavyweight rewrites (redundant-cast elimination on field references,
/// which needs schema lookup for the field's type) live in
/// `simplify/expr_cast.rs` and run after this fold pass on canonical
/// input.
pub