We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3eedb6d + 705e05b commit d137b28Copy full SHA for d137b28
Sources/SwiftDiagnostics/Message.swift
@@ -26,7 +26,7 @@ public struct MessageID: Hashable, Sendable {
26
}
27
28
29
-public enum DiagnosticSeverity: Sendable {
+public enum DiagnosticSeverity: Sendable, Hashable {
30
case error
31
case warning
32
case note
0 commit comments