The [1.64.0 release notes](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html#cargo-improvements-workspace-inheritance-and-multi-target-builds) mention that `cargo` now accepts several targets at once to build for all of them. Is it possible to integrate this in rust-analyzer so we can get warnings for several targets without changing the config ? If someone knows where to start, I can try to do it, provided it doesn't needs days and days of coding