Open
Description
Problem
Hi, currently we can build using the following options:
cargo clippy -Zmultitarget --target aarch64-apple-darwin --target wasm32-unknown-unknown ...
It's great, but I want to share run configurations with my team, and they are using different operating systems. What we dream of would be the ability to do something along the lines of:
cargo clippy -Zmultitarget --target native --target wasm32-unknown-unknown ...
Would it be possible?
Proposed Solution
Support of --target native
or something similar.
Notes
No response