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.
1 parent 392d272 commit 260c5fdCopy full SHA for 260c5fd
compiler/rustc_errors/src/lib.rs
@@ -1145,7 +1145,7 @@ impl HandlerInner {
1145
!this.emitted_diagnostics.insert(diagnostic_hash)
1146
};
1147
1148
- // Only emit the diagnostic if we've been asked to deduplicate and
+ // Only emit the diagnostic if we've been asked to deduplicate or
1149
// haven't already emitted an equivalent diagnostic.
1150
if !(self.flags.deduplicate_diagnostics && already_emitted(self)) {
1151
debug!(?diagnostic);
0 commit comments