rustdoc: "stable since" version is incorrect for std::ffi::CStr #135078
Labels
A-stability
Area: `#[stable]`, `#[unstable]` etc.
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
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
The text was updated successfully, but these errors were encountered: