Skip to content

rustdoc: "stable since" version is incorrect for std::ffi::CStr #135078

Closed
@dzil123

Description

@dzil123

Image
The documentation page for std::ffi::CStr says it was stabilized in 1.64.0, but it should say 1.0.0.

Applies to latest stable and nightly
https://doc.rust-lang.org/stable/std/ffi/struct.CStr.html
https://doc.rust-lang.org/nightly/std/ffi/struct.CStr.html

This was correct back in 1.61.0
https://doc.rust-lang.org/1.61.0/std/ffi/struct.CStr.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-stabilityArea: `#[stable]`, `#[unstable]` etc.C-bugCategory: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions