Open
Description
Problem
The documentation for the build.rustflags
is unclear.
I have a .cargo/config.yml
file that I wish to override with an environment variable. It's unclear if CARGO_BUILD_RUSTFLAGS
, CARGO_ENCODED_RUSTFLAGS
and the RUSTFLAGS
environment variable will work for this. For reference, it seems CARGO_BUILD_RUSTFLAGS
doesn't work and the RUSTFLAGS
variable does.
It's possible I'm misunderstanding how this feature works from the documentation, but I'm hoping that it can be improved for future users.
Steps
No response
Possible Solution(s)
No response
Notes
No response
Version
No response