-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-stabilityArea: `#[stable]`, `#[unstable]` etc.Area: `#[stable]`, `#[unstable]` etc.C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
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
Labels
A-stabilityArea: `#[stable]`, `#[unstable]` etc.Area: `#[stable]`, `#[unstable]` etc.C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.