RFC: Minimum Supported Rust Version by newpavlov · Pull Request #2495 · rust-lang/rfcs
changed the title
msrv
RFC: Minimum Supported Rust Version
label
Jul 4, 2018- fixed typo and RFC link - improved wording a bit - added `--check-msrv-toolchain` option ( @phaylon )
dbrgn
mentioned this pull request
This was referenced
Mar 10, 2020jeffparsons added a commit to jeffparsons/rangemap that referenced this pull request
Jul 12, 2020RFC 2495 (rust-lang/rfcs#2495) was merged quite a while ago, but I think it was never actually implemented.
etam
mentioned this pull request
sftim
mentioned this pull request
epage
mentioned this pull request
epage
mentioned this pull request
bors added a commit to rust-lang/cargo that referenced this pull request
Apr 28, 2023feat: Add `-Zmsrv-policy` feature flag ### What does this PR try to resolve? Nothing noticeable.... The intent is to unblock experiments with different compatible MSRV policies like - #9930 - #10653 - #10903 While I normally don't like PRs that do nothing on their own, this at least allows any one of those efforts to move forward with different people without juggling these base commits for whoever is first to include in their PR While there isn't an RFC for this yet, this is intended to allow us to experiment to get a better idea of what we should put in an RFC. In some cases, we first do an eRFC for this but I assumed this wouldn't be needed in this case as this builds on rust-lang/rfcs#2495 and, I'm assuming, will be more surgical in nature ### How should we test and review this PR? The `Summary` changes are largely untested as they will be mostly tested through the future work that builds on this PR. However, I wasn't too concerned about that because the code is relatively trivial. ### Additional information I chose the name `msrv-policy` to distinguish this unstable feature from `rust-version`. Though those appear in different places (`Cargo.toml` vs `-Z`), I can see them being confusing which was especially apparent when editing `unstable.md` which has an anchor for `rust-version`.
epage
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters