-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Open
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)A-stabilityArea: `#[stable]`, `#[unstable]` etc.Area: `#[stable]`, `#[unstable]` etc.C-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.T-rustdoc-frontendRelevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
Description
Location (URL)
https://doc.rust-lang.org/1.94.0/std/panic/type.PanicInfo.html
Summary
Since 1.83 (https://doc.rust-lang.org/1.83.0/core/panic/struct.PanicInfo.html), core::panic::PanicInfo has been documented as stable since 1.41.0. This is still the case as of the docs for 1.94 at https://doc.rust-lang.org/1.94.0/core/panic/struct.PanicInfo.html
Previously in 1.82 (https://doc.rust-lang.org/1.82.0/core/panic/struct.PanicInfo.html) it was documented as stable since 1.10.0
Even the code linked as the source for the 1.94 docs, https://doc.rust-lang.org/1.94.0/src/core/panic/panic_info.rs.html#12, still includes #[stable(feature = "panic_hooks", since = "1.10.0")]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-rustdoc-uiArea: Rustdoc UI (generated HTML)Area: Rustdoc UI (generated HTML)A-stabilityArea: `#[stable]`, `#[unstable]` etc.Area: `#[stable]`, `#[unstable]` etc.C-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.T-rustdoc-frontendRelevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.