Skip to content

c_variadic feature will be stable in Rust 1.93 #49

@polarathene

Description

@polarathene

This issue is just to inform the maintainer(s) about stabilization of the previously nightly-only unstable feature:

//! This is a complete reimplementation of `printf` in Rust, using the unstable
//! (i.e. **requires a Nightly compiler**) `c_variadic` feature.


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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions