pub fn render_const_using_debug_impl(
    db: &dyn HirDatabase,
    owner: ConstId,
    c: &Const<Interner>
) -> Result<String, MirEvalError>