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 9385c64 + 5e9b655 commit b18b350Copy full SHA for b18b350
compiler/rustc_errors/src/lib.rs
@@ -1160,7 +1160,7 @@ impl<'a> DiagCtxtHandle<'a> {
1160
// - It's only produce with JSON output.
1161
// - It's not emitted the usual way, via `emit_diagnostic`.
1162
// - The `$message_type` field is "unused_externs" rather than the usual
1163
- // "diagnosic".
+ // "diagnostic".
1164
//
1165
// We count it as a lint error because it has a lint level. The value
1166
// of `loud` (which comes from "unused-externs" or
0 commit comments