-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add defaulted impls for Send and Sync #23211
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
Conversation
☔ The latest upstream changes (presumably #23038) made this pull request unmergeable. Please resolve the merge conflicts. |
@flaper87 rebase? |
2c1d7bd
to
bcc3955
Compare
@@ -39,6 +39,8 @@ pub unsafe trait Send : MarkerTrait { | |||
// empty. | |||
} | |||
|
|||
impl Send for .. { } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be unsafe
r+ modulo suggested refactoring |
9135cfa
to
cc56e71
Compare
@bors r+ cc56e71 |
⌛ Testing commit cc56e71 with merge 2c87f00... |
⛄ The build was interrupted to prioritize another pull request. |
⌛ Testing commit cc56e71 with merge aedaaee... |
💔 Test failed - auto-mac-64-opt |
|
cc56e71
to
f54a38e
Compare
f54a38e
to
04d5772
Compare
⌛ Testing commit 04d5772 with merge 3549eaf... |
💔 Test failed - auto-mac-32-opt |
@bors: retry On Mon, Mar 23, 2015 at 6:11 AM, bors [email protected] wrote:
|
⌛ Testing commit 04d5772 with merge 40b654d... |
⛄ The build was interrupted to prioritize another pull request. |
Fixes #23225
r? @nikomatsakis