Rustdoc should mention OIBIT-derived Send/Sync impls #25896
Labels
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 rustdoc output only mentions
Send
/Sync
impls for types which explicitly opt in or opt out.There's no easy way to figure out when something is
Send
/Sync
otherwise, and it's misleading when it seems like most types aren'tSend
/Sync
.Perhaps it should autogenerate an impl when OIBIT does so internally? Type param bounds might be hard to handle though.
cc @alexcrichton
The text was updated successfully, but these errors were encountered: