Skip to content
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

ICE while compiling the ffi_helpers in 1.28 beta #51841

Closed
pietroalbini opened this issue Jun 27, 2018 · 1 comment · Fixed by #51852
Closed

ICE while compiling the ffi_helpers in 1.28 beta #51841

pietroalbini opened this issue Jun 27, 2018 · 1 comment · Fixed by #51852
Assignees
Labels
I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Milestone

Comments

@pietroalbini
Copy link
Member

Building the ffi_helpers crate causes an ICE in beta 1.28. Looking at the backtrace seems like that's caused by the const evaluator.

cc @oli-obk

@pietroalbini pietroalbini added 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. regression-from-stable-to-beta Performance or correctness regression from stable to beta. labels Jun 27, 2018
@pietroalbini pietroalbini added this to the 1.28 milestone Jun 27, 2018
@oli-obk oli-obk self-assigned this Jun 27, 2018
bors added a commit that referenced this issue Jun 27, 2018
Don't use `ParamEnv::reveal_all()` if there is a real one available

fixes #51841

r? @Zoxc
@Mark-Simulacrum
Copy link
Member

@oli-obk is fixing so not going to bisect this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants