pub fn fold_ident_error<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: IdentError, ) -> IdentErrorwhere F: Fold<T, T2> + ?Sized,