pub fn constant_semantic_diagnostics(
    db: &dyn SemanticGroup,
    const_id: ConstantId
) -> Diagnostics<SemanticDiagnostic>
Expand description