Uh oh!
There was an error while loading. Please reload this page.
Fix ICE #90993: add missing call to cancel - #90994
Conversation
rust-highfive
commented
Nov 17, 2021
r? @nagisa (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
estebank
commented
Nov 18, 2021
Can you move the test file to the After that r=me. r? @estebank |
Badel2
commented
Nov 18, 2021
Hi @estebank, which |
estebank
commented
Nov 19, 2021
@Badel2 Ah! I see, misread the path. Ok, could you create a new directory Sorry about the "unnecessary" busywork. Without these kinds of checks the test directories get unwieldy fast. |
Because the parser directory has already reached the 1000 file limit.
Badel2
commented
Nov 20, 2021
Alright, I moved all the |
estebank
commented
Nov 20, 2021
@bors r+ |
bors
commented
Nov 20, 2021
📌 Commit 8c8914e has been approved by |
…askrgr Rollup of 6 pull requests Successful merges: - rust-lang#89741 (Mark `Arc::from_inner` / `Rc::from_inner` as unsafe) - rust-lang#90927 (Fix float ICE) - rust-lang#90994 (Fix ICE `rust-lang#90993`: add missing call to cancel) - rust-lang#91018 (Adopt let_else in more places in rustc_mir_build) - rust-lang#91022 (Suggest `await` in more situations where infer types are involved) - rust-lang#91088 (Revert "require full validity when determining the discriminant of a value") Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fix#90993