Expand description
Functionality to discover the current build target(s).
Functions§
- get
- For cargo, runs
cargo -Zunstable-options config get build.target
to get the configured project target(s). For rustc, runsrustc --print -vV
to get the host target.