- Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
A-cross-compilingArea: using --target flag for other platformsArea: using --target flag for other platformsC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`S-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
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
rsent-ls
Metadata
Metadata
Assignees
Labels
A-cross-compilingArea: using --target flag for other platformsArea: using --target flag for other platformsC-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`S-needs-designStatus: Needs someone to work further on the design for the feature or fix. NOT YET accepted.Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.