Skip to content

c_variadic feature will be stable in Rust 1.93 #49

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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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