Uh oh!
There was an error while loading. Please reload this page.
Fix promotion stability hole in old borrowck - #53699
Conversation
rust-highfive
commented
Aug 25, 2018
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 |
Mark-Simulacrum
commented
Aug 25, 2018
@bors try for crater |
bors
commented
Aug 25, 2018
⌛ Trying commit 2d2b69d with merge bc5a74802bb3ffc82f51ef04bca58d64220124c4... |
bors
commented
Aug 25, 2018
☀️ Test successful - status-travis |
emilyalbini
commented
Aug 26, 2018
@craterbot run start=master#545f22340f72ee0efaf6463efb43a2840e3d35db end=try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 mode=check-only |
craterbot
commented
Aug 26, 2018
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
emilyalbini
commented
Aug 27, 2018
@craterbot p=1 |
craterbot
commented
Aug 27, 2018
📝 Configuration of the ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
craterbot
commented
Aug 29, 2018
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
craterbot
commented
Aug 31, 2018
🎉 Experiment
|
The one regression does not show any errors except for "compilation failed"... I presume spurious (passes locally) @bors r=nikomatsakis p=1 (fixes stability hole) |
bors
commented
Aug 31, 2018
📌 Commit 2d2b69d has been approved by |
bors
commented
Aug 31, 2018
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Aug 31, 2018
📌 Commit 2d2b69d has been approved by |
bors
commented
Aug 31, 2018
⌛ Testing commit 2d2b69d with merge a433cc8cf3b2b2adc38800eac2276bc670598b91... |
bors
commented
Aug 31, 2018
💔 Test failed - status-travis |
rust-highfive
commented
Aug 31, 2018
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 |
oli-obk
commented
Aug 31, 2018
@bors retry (build succeeded, upload failed) |
bors
commented
Aug 31, 2018
Fix promotion stability hole in old borrowck r? @nikomatsakis I screwed up the promotion stability checks. Big time. They were basically nonexistant. We had tests for it. I also screwed up said tests. This is in stable already :( Basically stability checks of promotion only worked if you tried to use a const fn defined in the same crate. cc @eddyb
bors
commented
Aug 31, 2018
☀️ Test successful - status-appveyor, status-travis |
[beta] Properly prevent the promotion of unstable const fns backport of #53699 r? @nikomatsakis (the other PR was merged and beta nominated but not beta approved)
r? @nikomatsakis
I screwed up the promotion stability checks. Big time. They were basically nonexistant. We had tests for it. I also screwed up said tests. This is in stable already :(
Basically stability checks of promotion only worked if you tried to use a const fn defined in the same crate.
cc @eddyb