pub fn parse_suppression_comment(
    base: &str
) -> impl Iterator<Item = Result<Suppression<'_>, SuppressionDiagnostic>>