Consider the interaction of the [env]
table with Cargo's own environment
#11589
Labels
A-configuration
Area: cargo config files and env vars
A-environment-variables
Area: environment variables
S-triage
Status: This issue is waiting on initial triage.
Currently Cargo does not inspect the
[env]
config table for its own environment variables. This may have been an oversight and it is not clear exactly how to proceed from here. A few options:[env]
table into Cargo's environment snapshot, and make cargo honor most of the environment variables.CARGO_HOME
andPATH
.[env]
table.CARGO_
for their own purpose. Also, those environment variables will apply to recursive cargo invocations.Related issues:
The text was updated successfully, but these errors were encountered: