Skip to content

Commit ec0f00f

Browse files
committed
Fix native diagnostics not working
1 parent 0e282fc commit ec0f00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/diagnostics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ impl DiagnosticCollection {
110110
})
111111
{
112112
// don't signal an update if the diagnostics are the same
113-
return;
113+
continue;
114114
}
115115
if *old_gen < generation || generation == 0 {
116116
target.insert(file_id, (generation, diagnostics));

0 commit comments

Comments
 (0)