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 6bb9af0 commit 7daaa4eCopy full SHA for 7daaa4e
src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics.rs
@@ -134,6 +134,7 @@ impl DiagnosticCollection {
134
if self.check[flycheck_id].generation > generation {
135
return;
136
}
137
+ self.check[flycheck_id].generation = generation;
138
let diagnostics = self.check[flycheck_id]
139
.per_package
140
.entry(package_id.clone())
0 commit comments