Document since
for cargo environment variables
#15082
Labels
A-documenting-cargo-itself
Area: Cargo's documentation
A-environment-variables
Area: environment variables
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-needs-design
Status: Needs someone to work further on the design for the feature or fix. NOT YET accepted.
Problem
I tried to use
CARGO_MANIFEST_PATH
but it isn't available in older rustc versions.It would be nice to add a
since
indication as is custom instd
.I am talking specifically about:
https://doc.rust-lang.org/cargo/reference/environment-variables.html
However, adding
since
to all new features and retroactively to older features would be nice.Proposed Solution
Add
since
to the cargo environment variables.The text was updated successfully, but these errors were encountered: