Cargo.toml forced-target
ignored by .cargo/config.toml target.<triple>
/target.<cfg>
#10518
Labels
C-bug
Category: bug
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Z-per-package-target
Nightly: per-package-target
Problem
When setting
package.forced-target
in Cargo.toml, the value used (e.g. "wasm32-unknown-unknown") is ignored as the target used in .cargo/config.toml[target.<triple>]
or[target.<cfg>]
e.g. if I have the following in .cargo/config.toml
"echo" won't be used as the runner when running
cargo test
orcargo run
Steps
No response
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: