Open
Description
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 in std
.
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.