Uh oh!
There was an error while loading. Please reload this page.
Use arenas to avoid Lrc in queries #2 - #59545
Conversation
rust-highfive
commented
Mar 30, 2019
r? @varkor (rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Mar 30, 2019
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 |
rust-highfive
commented
Mar 30, 2019
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 |
rust-highfive
commented
Mar 30, 2019
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
Mar 30, 2019
☔ The latest upstream changes (presumably #59561) made this pull request unmergeable. Please resolve the merge conflicts. |
Zoxc
commented
Mar 31, 2019
@bors try |
bors
commented
Mar 31, 2019
⌛ Trying commit 96911df87970cff6f2611031c71d2244ca13e506 with merge d8b5f7bcf28ee86c3d092848225fcb3424968d5c... |
bors
commented
Mar 31, 2019
☀️ Try build successful - checks-travis |
Zoxc
commented
Mar 31, 2019
@rust-timer build d8b5f7bcf28ee86c3d092848225fcb3424968d5c |
rust-timer
commented
Mar 31, 2019
Success: Queued d8b5f7bcf28ee86c3d092848225fcb3424968d5c with parent cee58fd, comparison URL. |
rust-timer
commented
Mar 31, 2019
Finished benchmarking try commit d8b5f7bcf28ee86c3d092848225fcb3424968d5c |
varkor
commented
Apr 2, 2019
r? @michaelwoerister / @eddyb |
bors
commented
Apr 14, 2019
☔ The latest upstream changes (presumably #59949) made this pull request unmergeable. Please resolve the merge conflicts. |
Zoxc
commented
Apr 14, 2019
@bors try |
bors
commented
Apr 14, 2019
⌛ Trying commit e041ac19e2d8737ea123fb573556e5aa28db5fe3 with merge 7e6956719d959a4c959872d365947c6567474174... |
…d_lang_items, missing_lang_items, postorder_cnums and maybe_unused_extern_crates
Zoxc
commented
May 23, 2019
@bors r=eddyb,michaelwoerister |
bors
commented
May 23, 2019
📌 Commit d46e732 has been approved by |
…erister Use arenas to avoid Lrc in queries rust-lang#2 The `Remove subtle Default impl for Value` makes the compilation stop due earlier due to cycle errors, since there's no longer a default value to continue the compilation with. Based on rust-lang#59540.
bors
commented
May 24, 2019
⌛ Testing commit d46e732 with merge 3e51d75c18a766606714858513d347973ac1e4bc... |
Centril
commented
May 24, 2019
@bors retry |
Rollup of 6 pull requests Successful merges: - #59545 (Use arenas to avoid Lrc in queries #2) - #61054 (Suggest dereferencing on assignment to mutable borrow) - #61056 (tweak discriminant on non-nullary enum diagnostic) - #61082 (fix dangling reference in Vec::append) - #61086 (Box::into_unique: do the reborrow-to-raw *after* destroying the Box) - #61098 (Fix overflowing literal lint in loops) Failed merges: r? @ghost
rust-highfive
commented
May 24, 2019
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 |
The
Remove subtle Default impl for Valuemakes the compilation stop due earlier due to cycle errors, since there's no longer a default value to continue the compilation with.Based on #59540.