ZIm/crates/project/src/manifest_tree
Kirill Bulatov ba59305510
Use rust-analyzer's flycheck as source of cargo diagnostics (#29779)
Follow-up of https://github.com/zed-industries/zed/pull/29706

Instead of doing `cargo check` manually, use rust-analyzer's flycheck:
at the cost of more sophisticated check command configuration, we keep
much less code in Zed, and get a proper progress report.

User-facing UI does not change except `diagnostics_fetch_command` and
`env` settings removed from the diagnostics settings.

Release Notes:

- N/A
2025-05-02 10:07:51 +03:00
..
manifest_store.rs project: Track manifest locations per unique manifest locator (#27194) 2025-03-21 15:22:36 +01:00
path_trie.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
server_tree.rs Use rust-analyzer's flycheck as source of cargo diagnostics (#29779) 2025-05-02 10:07:51 +03:00