-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Fix ICE #90993
: add missing call to cancel
#90994
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @nagisa (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
Can you move the test file to the After that r=me. r? @estebank |
Hi @estebank, which |
@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.
Alright, I moved all the |
@bors r+ |
📌 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