rust/crates/ide-diagnostics
bors a7e9f12bf7 Auto merge of #16748 - Veykril:on-demand-validation-err, r=Veykril
internal: Compute syntax validation errors on demand

The LRU cache causes us to re-parse trees quite often, yet we don't use the validation errors at all. With this we push calculating them off to the caller who is interested in them.
2024-03-04 11:19:16 +00:00
..
src Auto merge of #16748 - Veykril:on-demand-validation-err, r=Veykril 2024-03-04 11:19:16 +00:00
Cargo.toml Cleanup 2024-03-04 11:10:06 +01:00