-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Segfault when using static with None values. #9056
Labels
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Comments
This is gdb's dump and backtrace. I'm using rust-0.8-pre 28d042e
|
Hmm, looks like a mismatch between constant evaluation, perhaps related to the use of an |
@nikomatsakis I created a gist with everything regarding this bug (including --emit-llvm -S) |
Dup of #10577 |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jul 18, 2022
Allow `let_unit_value` in more cases fixes rust-lang#8998 changelog: Lint `let_unit_value` less aggressively when the type is specified
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
The text was updated successfully, but these errors were encountered: