rust-analyzer/crates/project_model
Aleksey Kladov 1772eb0f1a fix: no longer get stuck on windows
reading both stdout & stderr is a common gotcha, you need to drain them
concurrently to avoid deadlocks. Not sure why I didn't do the right
thing from the start. Seems like I assumed the stderr is short? That's
not the case when cargo spams `compiling xyz` messages
2021-04-20 18:02:54 +03:00
..
src fix: no longer get stuck on windows 2021-04-20 18:02:54 +03:00
Cargo.toml Bump cargo_metadata 2021-03-02 14:27:29 +02:00