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

Implement the error trait for errors in std::sync. #21331

Merged
merged 1 commit into from
Jan 21, 2015
Merged

Implement the error trait for errors in std::sync. #21331

merged 1 commit into from
Jan 21, 2015

Conversation

michaelsproul
Copy link
Contributor

Two errors in std::sync are currently missing implementations of the standard error trait because they contain types which aren't Send.

This PR therefore requires #21312.

@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+ ffdf111 rollup

barosl added a commit to barosl/rust that referenced this pull request Jan 20, 2015
…lexcrichton

Two errors in `std::sync` are currently missing implementations of the standard error trait because they contain types which aren't `Send`.

This PR therefore requires rust-lang#21312.
@bors bors merged commit ffdf111 into rust-lang:master Jan 21, 2015
@michaelsproul michaelsproul deleted the sync-error-impls branch January 21, 2015 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants