fn comma_sep<'tcx>(
    fmt: &mut Formatter<'_>,
    elems: Vec<ConstantKind<'tcx>>
) -> Result