docs(ref): Highleft whats left for msrv-policy

While there is a tracking issue for these,
I didn't want to have everything under `msrv-policy` to be stabilized,
making it look like it should be moved to the Stable section of the
page, when there are independently stabilizable pieces missing.
This commit is contained in:
Ed Page 2024-10-03 10:17:46 -05:00
parent ade52cfe3f
commit cb2bcc938b

View File

@ -369,6 +369,22 @@ Can be overridden with
- Setting the dependency's version requirement higher than any version with a compatible `rust-version`
- Specifying the version to `cargo update` with `--precise`
### Convert `incompatible_toolchain` error into a lint
Unimplemented
### `--update-rust-version` flag for `cargo add`, `cargo update`
Unimplemented
### `package.rust-version = "toolchain"`
Unimplemented
### Update `cargp new` template to set `package.rust-version = "toolchain"`
Unimplemented
## precise-pre-release
* Tracking Issue: [#13290](https://github.com/rust-lang/cargo/issues/13290)