-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Make Binder's field private and clean up its usage #50016
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
1b583b7
to
d131f75
Compare
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@nikomatsakis: |
☔ The latest upstream changes (presumably #49837) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors delegate=tmandry r=me once rebased |
✌️ @tmandry can now approve this pull request |
@bors r+ |
📌 Commit 9ffe9be has been approved by |
I think I got this wrong the first time.. @bors r=nikomatsakis |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 9ffe9be has been approved by |
@bors p=1 -- very prone to merge conflicts |
⌛ Testing commit 9ffe9be with merge c38733210bf533c5de0bcd369b5263488c4d95c4... |
💔 Test failed - status-travis |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
@bors retry The periodic outdated aws gem deployment error again. |
Make Binder's field private and clean up its usage AKA "tour de rustc" Closes #49814.
☀️ Test successful - status-appveyor, status-travis |
AKA "tour de rustc"
Closes #49814.