pub fn print_scalar(expr: &MirScalarExpr) -> Result<String, String>Expand description
Renders a MirScalarExpr such that crate::try_parse_scalar parses it
back to an equal expression.
Returns an error for datum types the literal syntax cannot express.