rustc book does not document RUST_TARGET_PATH #128280
Labels
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
A-targets
Area: Concerning the implications of different compiler targets
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Location
https://doc.rust-lang.org/rustc/targets/custom.html
Summary
this environment variable controls how to look up custom targets, but it is completely undocumented. i had to read
src/librustc_back/target/mod.rs
in order to figure out how it works.The text was updated successfully, but these errors were encountered: