Skip to content

impl RefUnwindSafe for &T and &mut T is missing from documentation #141519

Open
@tyilo

Description

@tyilo

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 {}`)C-bugCategory: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions