Skip to content

core::panic::PanicInfo reported as stable since 1.41.0 rather than 1.10.0 #153473

@DanielEScherzer

Description

@DanielEScherzer

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")]

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsA-rustdoc-uiArea: Rustdoc UI (generated HTML)A-stabilityArea: `#[stable]`, `#[unstable]` etc.C-discussionCategory: 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions