Closed
Description
This is a tracking issue for the Rust 2024-relevant parts of:
- RFC: Make Cargo respect minimum supported Rust version (MSRV) when selecting dependencies rfcs#3537
- MSRV-dependent dependency version resolution cargo#9930
Most things should go in the Cargo tracking issue This issue is for tracking readiness for the Rust 2024 edition.
About tracking issues
Tracking issues are used to record the overall progress of implementation. They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions. A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature. Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Steps
- Implement in nightly Rust 2024.
- See MSRV-dependent dependency version resolution cargo#9930 for all implementation PRs
-
Implement migration lints.N/A - Add documentation to the edition guide.
- Add documentation to the cargo guide.
- See docs(resolver): Lay groundwork for documenting MSRV-aware logic cargo#14662
- See feat: Stabilize MSRV-aware resolver config cargo#14639
- See docs(ci): Don't constrainty latest_deps job by MSRV cargo#14711
- Final docs will land with stabilization
- Ensure ready for Rust 2024 stabilization.
cc @rust-lang/cargo @epage