-
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
move skolemized regions into global tcx #50197
Conversation
(I think that when all is said and done we can again confine skolemized things to the local tcx) |
@bors r+ |
📋 Looks like this PR is still in progress, ignoring approval |
@bors r=eddyb |
📌 Commit 910cf2a has been approved by |
⌛ Testing commit 910cf2ae18dd4596e23035c7b2552200b51d5984 with merge d7bc491b1cdf9addc73d7189cd106c2b50e25748... |
💔 Test failed - status-appveyor |
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 |
@bors: retry
* crates.io was down
…On Tue, Apr 24, 2018 at 8:07 PM, bors ***@***.***> wrote:
💔 Test failed - status-appveyor
<https://ci.appveyor.com/project/rust-lang/rust/build/1.0.7135>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#50197 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AaPN0LhibQwo2kaiMdP2DW9SHNv5dui6ks5tr8xJgaJpZM4ThsO1>
.
--
You received this message because you are subscribed to the Google Groups
"rust-ops" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to ***@***.***
To post to this group, send email to ***@***.***
To view this discussion on the web visit https://groups.google.com/d/
msgid/rust-ops/rust-lang/rust/pull/50197/c384127864%40github.com
<https://groups.google.com/d/msgid/rust-ops/rust-lang/rust/pull/50197/c384127864%40github.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
|
@nagbot-rs: 🔑 Insufficient privileges: not in try users |
@bors: retry |
☔ The latest upstream changes (presumably #50016) made this pull request unmergeable. Please resolve the merge conflicts. |
910cf2a
to
7dbb151
Compare
@bors r=eddyb |
📌 Commit 7dbb151 has been approved by |
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 |
@bors r- CI error is legit. |
Notably, excluding ReSkolemized
7dbb151
to
149ab1b
Compare
@bors r=eddyb |
📌 Commit 149ab1b has been approved by |
☀️ Test successful - status-appveyor, status-travis |
Experimental branch to move skolemized regions into global tcx. This is probably not what we want long term but may be convenient to unblock @sgrif in the short term.
I'd like to do a perf run, though the main concern I guess would be memory usage.
r? @eddyb