TIL a nice #Rust trick: you can request that rust-analyzer uses a different target directory than the default one used for the `dev` env. This makes it possible to use `cargo` commands while rust-analyzer is analyzing code in the background, at the expense of some extra taken disk storage.