Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nightly docs claim impl of both Send and !Send for Rc. (etc for Sync) #26573

Closed
pnkfelix opened this issue Jun 25, 2015 · 2 comments
Closed

nightly docs claim impl of both Send and !Send for Rc. (etc for Sync) #26573

pnkfelix opened this issue Jun 25, 2015 · 2 comments
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@pnkfelix
Copy link
Member

The stable docs had a bug where they claimed that Rc implements Send and Sync.

The nightly docs are better, in that now they claim that Rc implements !Send and !Sync... unfortunately, they continue to also claim that Rc implements Send and Sync.

cc @alexcrichton

@sfackler sfackler added A-docs T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. and removed A-docs labels Jun 25, 2015
@jooert
Copy link
Contributor

jooert commented Dec 11, 2015

Triage: This seems to be fixed now. However the docs still state three times that Rc implements !Send and !Sync (see #25061).

@alexcrichton
Copy link
Member

Indeed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants