You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list of trait implementations in the left panel includes OIBITs that are explicitly not implemented, without indicating that it's a negative impl. For example, mpsc::Sender has !Sync, but at a glance the left panel would imply that it's a normal Sync.
The text was updated successfully, but these errors were encountered:
kennytm
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
C-bug
Category: This is a bug.
labels
Nov 7, 2017
The list of trait implementations in the left panel includes OIBITs that are explicitly not implemented, without indicating that it's a negative impl. For example,
mpsc::Sender
has!Sync
, but at a glance the left panel would imply that it's a normalSync
.The text was updated successfully, but these errors were encountered: