You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DiagnosticSeverity has a clearly-defined ranking and should conform to Comparable.
It would make it easier for macro code to e.g. suppress its own warnings (with something like diagnostics.filter { $0.severity >= .error }) or enforce -Werror-like semantics, that sort of thing.