-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE while computing layout with uninhabited type #88150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
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
This bug seems related to debug info generation, it reproduces with |
|
@rustbot label +A-debuginfo |
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Dec 3, 2021
…estebank Type can be unsized and uninhabited Fix rust-lang#88150.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
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.
Code
(playground link)
Meta
Running on the Rust Playground using 1.54.0 stable. Verified that the bug exists in the current beta and stable releases as well.
Error output
Backtrace
The text was updated successfully, but these errors were encountered: