-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-auto-traitsArea: auto traits (e.g., `auto trait Send {}`)Area: auto traits (e.g., `auto trait Send {}`)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
Location
https://doc.rust-lang.org/nightly/std/panic/trait.RefUnwindSafe.html
Summary
The implementations of RefUnwindSafe
for &T
and &mut T
are missing from the documentation.
This is weird as the UnwindSafe
documentation includes the implementations for references and pointers, but RefUnwindSafe
only has the pointer implementations listed.
Metadata
Metadata
Assignees
Labels
A-auto-traitsArea: auto traits (e.g., `auto trait Send {}`)Area: auto traits (e.g., `auto trait Send {}`)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.