Uh oh!
There was an error while loading. Please reload this page.
Propagate locals, even if they have unpropagatable assignments somewhere - #72135
Conversation
wesleywiser
commented
May 12, 2020
@bors try @rust-timer queue |
rust-timer
commented
May 12, 2020
Awaiting bors try build completion |
bors
commented
May 12, 2020
⌛ Trying commit 0a785cd with merge b75ab6aef59abf16a83fbec1804dce3a74244824... |
| // mir::Constant | ||
| // + span: $DIR/mutable_variable_aggregate_partial_read.rs:6:11: 6:13 | ||
| - // + span: $DIR/mutable_variable_aggregate_partial_read.rs:6:11: 6:13 | ||
| + // + span: $DIR/mutable_variable_aggregate_partial_read.rs:6:5: 6:13 |
There was a problem hiding this comment.
I should pull 060e437b776e238a492372fbb278fdc27fef1128 out of #71911 and get that merged so we can eliminate this kind of noise from the const prop tests.
| // implement. | ||
| trace!( | ||
| "propagation into {:?} failed. | ||
| Nuking the entire site from orbit, it's the only way to be sure", |
bors
commented
May 12, 2020
☀️ Try build successful - checks-actions, checks-azure |
rust-timer
commented
May 12, 2020
Queued b75ab6aef59abf16a83fbec1804dce3a74244824 with parent d903a9d, future comparison URL. |
rust-timer
commented
May 12, 2020
Finished benchmarking try commit b75ab6aef59abf16a83fbec1804dce3a74244824, comparison URL. |
wesleywiser
commented
May 13, 2020
@bors r+ |
bors
commented
May 13, 2020
📌 Commit 0a785cd has been approved by |
bors
commented
May 16, 2020
⌛ Testing commit 0a785cd with merge edfb262856755d7532ca4cb452d5668360e68f9b... |
bors
commented
May 16, 2020
💔 Test failed - checks-azure |
wesleywiser
commented
May 17, 2020
RalfJung
commented
May 17, 2020
LGTM. @bors r=wesleywiser |
bors
commented
May 17, 2020
📌 Commit 27c818b has been approved by |
bors
commented
May 17, 2020
bors
commented
May 17, 2020
☀️ Test successful - checks-azure |
Second try for #71946 (comment)
r? @wesleywiser
cc @rust-lang/wg-mir-opt @RalfJung