pub fn fold_notice_severity<F, T: AstInfo, T2: AstInfo>( folder: &mut F, node: NoticeSeverity, ) -> NoticeSeveritywhere F: Fold<T, T2> + ?Sized,