-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE getting discriminant of #[repr(i128)] enum #43398
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
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
5 tasks
The updated example no longer ICEs. |
@Mark-Simulacrum, this can be closed as it no longer ICEs. |
Actually, presumably, E-needstest. |
Merged
iluuu1994
added a commit
to iluuu1994/rust
that referenced
this issue
Aug 5, 2019
pietroalbini
added a commit
to pietroalbini/rust
that referenced
this issue
Aug 7, 2019
…sakis Add test for rust-lang#43398 Closes rust-lang#43398
Centril
added a commit
to Centril/rust
that referenced
this issue
Aug 8, 2019
…sakis Add test for rust-lang#43398 Closes rust-lang#43398
Centril
added a commit
to Centril/rust
that referenced
this issue
Aug 8, 2019
…sakis Add test for rust-lang#43398 Closes rust-lang#43398
bors
added a commit
that referenced
this issue
Aug 8, 2019
Rollup of 7 pull requests Successful merges: - #62994 (Add test for #43398) - #63259 (Add tests for some issues) - #63327 (doc: Reword deprecation message of MetadataExt::as_raw_stat) - #63331 (Test conditional initialization validation in async fns) - #63334 (Update to rustc-guide that passes toolstate) - #63353 (Update books) - #63360 (Use consistent capitalization in -C/-Z help) Failed merges: r? @ghost
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
ICE occurs whether we use
intrinsics::discriminant_value
ormem::discriminant
. cc #35118 #24263STR
ICE
The text was updated successfully, but these errors were encountered: