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 6bb9af0 + 7daaa4e commit 1b5dbd9Copy full SHA for 1b5dbd9
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