Uh oh!
There was an error while loading. Please reload this page.
TypeFoldable: take self by value - #78313
Conversation
lcnr
commented
Oct 24, 2020
let's see in what perf thinks of this. @bors try @rust-timer queue |
rust-timer
commented
Oct 24, 2020
Awaiting bors try build completion |
bors
commented
Oct 24, 2020
⌛ Trying commit 3efcde0a036399b1cb3a01bb589f79184727cbde with merge 1a396367b187fab2aea56a4cf32d9040beb32dc5... |
Uh oh!
There was an error while loading. Please reload this page.
lcnr
commented
Oct 24, 2020
oh, looks like I am back at causing segfaults 😅 |
rust-log-analyzer
commented
Oct 24, 2020
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
commented
Oct 24, 2020
💔 Test failed - checks-actions |
lcnr
commented
Oct 24, 2020
@bors try @rust-timer queue |
rust-timer
commented
Oct 24, 2020
Awaiting bors try build completion |
bors
commented
Oct 24, 2020
⌛ Trying commit 03e92840e95776e053a2632d5365ac91637c1ba2 with merge 6309db59d459b39a4cfc4cc649e433e1c3a5ec34... |
bors
commented
Oct 24, 2020
☀️ Try build successful - checks-actions |
rust-timer
commented
Oct 24, 2020
Queued 6309db59d459b39a4cfc4cc649e433e1c3a5ec34 with parent 7bade6e, future comparison URL. |
rust-timer
commented
Oct 24, 2020
Finished benchmarking try commit (6309db59d459b39a4cfc4cc649e433e1c3a5ec34): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
Slight regression of up to 0.6%. |
Uh oh!
There was an error while loading. Please reload this page.
lcnr
commented
Oct 24, 2020
updated @bors try @rust-timer queue |
rust-timer
commented
Oct 24, 2020
Awaiting bors try build completion |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
lcnr
commented
Oct 24, 2020
@bors try |
nikomatsakis
commented
Nov 9, 2020
@rust-lang/infra
I'm guessing no? |
Mark-Simulacrum
commented
Nov 9, 2020
bors try can do it (with some manual edits to the CI config, ping me on Zulip if you want to do this with the builder and I can provide instructions; at a high level this is some edits to src/ci/github-actions.yml to move a builder into the try: block and then running x.py run src/tools/expand-yaml-anchors), but you'd need to rebase this regardless to do so because of try limitations. |
lcnr
commented
Nov 16, 2020
@bors r=nikomatsakis rollup=never |
bors
commented
Nov 16, 2020
📌 Commit 7f45668 has been approved by |
bors
commented
Nov 17, 2020
bors
commented
Nov 17, 2020
☀️ Test successful - checks-actions |
Make IdFunctor::try_map_id panic-safe Addresses FIXME comment created in rust-lang#78313 r? `@lcnr`
Make IdFunctor::try_map_id panic-safe Addresses FIXME comment created in rust-lang#78313 r? ``@lcnr``
Make IdFunctor::try_map_id panic-safe Addresses FIXME comment created in rust-lang#78313 r? ```@lcnr```
Avoid cloning refcounted types during folding Addresses FIXME comment created in rust-lang#78313 r? `@lcnr`
Implements rust-lang/compiler-team#371 which is currently still in FCP.
r? @nikomatsakis