Cargo config flag not getting evaluated #13866
Labels
C-bug
Category: bug
S-needs-info
Status: Needs more info, such as a reproduction or more background for a feature request.
Uh oh!
There was an error while loading. Please reload this page.
Problem
When passing Cargo config values via the
--config
flag, they don't seem to be getting evaluated.For example, running:
while working on a private repository results in:
Steps
No response
Possible Solution(s)
For this specific instance, using environment variables (such as
CARGO_NET_GIT_FETCH_WITH_CLI=true
sufficed), but the--config
flag was still not functioning.Notes
Additionally, trying to provide invalid keys for the
--config
flag did not result in any errors.Version
The text was updated successfully, but these errors were encountered: