pub fn enum_declaration_diagnostics(
    db: &dyn SemanticGroup,
    enum_id: EnumId
) -> Diagnostics<SemanticDiagnostic>
Expand description