Uh oh!
There was an error while loading. Please reload this page.
Fix hang in lexical_region_resolve - #72087
Conversation
rust-highfive
commented
May 10, 2020
(rust_highfive has picked a reviewer for you, use r? to override) |
matthewjasper
commented
May 10, 2020
rust-highfive
commented
May 10, 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 |
Uh oh!
There was an error while loading. Please reload this page.
nikomatsakis
commented
May 11, 2020
I'm happy to r+, but I'd like to improve the understand the issue more deeply and then improve the comment a bit so we can remember it in the future. =) |
76cb078 to
c5eee55Comparenikomatsakis
commented
May 13, 2020
@bors r+ |
bors
commented
May 13, 2020
📌 Commit e7b0204 has been approved by |
spastorino
commented
May 13, 2020
Adding |
…matsakis Fix hang in lexical_region_resolve Regionck was stuck in a loop where a region value was changing between two equal regions. Closesrust-lang#72051
pnkfelix
commented
May 14, 2020
unilaterally accepting for beta-backport. |
Rollup of 8 pull requests Successful merges: - rust-lang#71910 (Fix unused_parens false positive when using binary operations) - rust-lang#72087 (Fix hang in lexical_region_resolve) - rust-lang#72126 (Change `WorkProduct::saved_files` to an `Option`.) - rust-lang#72127 (add long error explanation for E0228) - rust-lang#72141 (Warn against thread::sleep in async fn) - rust-lang#72170 (use `require_lang_item` over `unwrap`.) - rust-lang#72191 (Clean up E0589 explanation) - rust-lang#72194 (Don't ICE on missing `Unsize` impl) Failed merges: r? @ghost
[beta] Rollup backports This includes: * Fail if I/O error occurs during testing rust-lang#72089 * Fix hang in lexical_region_resolve rust-lang#72087 * Fix E0284 to not use incorrect wording rust-lang#71960 * Bump pulldown-cmark rust-lang#71682
Regionck was stuck in a loop where a region value was changing between two equal regions.
Closes#72051