-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE: None
in compiler/rustc_pattern_analysis/src/constructor.rs
#119778
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
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
#119715 doesn't seem to fix this - we still ICE with the sam error |
ok cc @Nadrieril |
@clubby789 could you try that same PR but only the first two commits? |
Seems to not crash on 4b2e8bc / Abort analysis on type error |
Nadrieril
added a commit
to Nadrieril/rust
that referenced
this issue
Jan 10, 2024
Thanks for testing! #119715 fixes this too now. |
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jan 11, 2024
Rollup merge of rust-lang#119715 - Nadrieril:graceful-type-error, r=compiler-errors Exhaustiveness: abort on type error This adds an error path to exhaustiveness checking so that we abort instead of ICEing when encountering a stray `ty::Error`. Fixes rust-lang#119493 Fixes rust-lang#119778 r? `@compiler-errors`
github-actions bot
pushed a commit
to rust-lang/miri
that referenced
this issue
Jan 11, 2024
…rrors Exhaustiveness: abort on type error This adds an error path to exhaustiveness checking so that we abort instead of ICEing when encountering a stray `ty::Error`. Fixes rust-lang/rust#119493 Fixes rust-lang/rust#119778 r? `@compiler-errors`
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
snippet:
Version information
Command:
/home/matthias/.rustup/toolchains/master/bin/rustc
Program output
The text was updated successfully, but these errors were encountered: