-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
This issue is just to inform the maintainer(s) about stabilization of the previously nightly-only unstable feature:
Lines 3 to 4 in b1f0c7c
| //! This is a complete reimplementation of `printf` in Rust, using the unstable | |
| //! (i.e. **requires a Nightly compiler**) `c_variadic` feature. |
- Was stabilized in Nightly in Nov 2025
- Will become stable in Rust from 1.93 onwards
When adapting to this change, be sure to also add rust-version = "1.93" to Cargo.toml as a way to communicate to Cargo that the MSRV is 1.93 due to that requirement (which can also be used for MSRV-based dep resolution by projects).
Metadata
Metadata
Assignees
Labels
No labels