rustdoc/stdlib docs: Auto trait implementations are missing reference types. #50431
Labels
A-trait-system
Area: Trait system
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
The auto traits
Sync
andRefUnwindSafe
do not indicate anywhere in generated documentation that they are generated for reference types. TheRefUnwindSafe
page appears to not have any auto implementations listed;Sync
's page lists auto implementors but does not include references. The reference page covers it in the prose, but neither of the traits appears in the implementation list.The text was updated successfully, but these errors were encountered: