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

Rustc paniked at !value.has_escaping_bound_vars() #95037

Closed
s3rius opened this issue Mar 17, 2022 · 4 comments
Closed

Rustc paniked at !value.has_escaping_bound_vars() #95037

s3rius opened this issue Mar 17, 2022 · 4 comments
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

@s3rius
Copy link

s3rius commented Mar 17, 2022

This bug comes from library sqlx-core v0.5.11 as I understand.

Meta

rustc 1.61.0-nightly (461e80780 2022-03-16) running on x86_64-unknown-linux-gnu
compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2 -C instrument-coverage

Error output

Output is available here https://github.com/s3rius/rustus/runs/5582355532?check_suite_focus=true

I couldn't reproduce it locally so I posted here logs from my github actions job. I'll provide more info as soon as I find out how to reproduce it.

@s3rius s3rius added 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. labels Mar 17, 2022
@aliemjay
Copy link
Member

aliemjay commented Mar 17, 2022

probably a duplicate of #94998

@s3rius
Copy link
Author

s3rius commented Mar 17, 2022

@aliemjay, indeed. It looks similar.

I reproduced it locally. Here's my output: error.log

@s3rius
Copy link
Author

s3rius commented Mar 17, 2022

Feel free to close the issue if it's a duplicate.

@jackh726
Copy link
Member

Closing as duplicate.

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. 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.
Projects
None yet
Development

No branches or pull requests

3 participants