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 083721a commit 8858482Copy full SHA for 8858482
compiler/rustc_errors/src/lib.rs
@@ -1122,7 +1122,7 @@ impl HandlerInner {
1122
!this.emitted_diagnostics.insert(diagnostic_hash)
1123
};
1124
1125
- // Only emit the diagnostic if we've been asked to deduplicate and
+ // Only emit the diagnostic if we've been asked to deduplicate or
1126
// haven't already emitted an equivalent diagnostic.
1127
if !(self.flags.deduplicate_diagnostics && already_emitted(self)) {
1128
debug!(?diagnostic);
0 commit comments