-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Compiling wgpu 0.15 results in internal compiler error #111368
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.
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
Seems to be the same as #111334 |
Same error with wgpu 0.16, too. |
This was referenced May 9, 2023
Closed
Same on 2023-05-09, rust version 1.71.0-nightly (2f2c438 2023-05-08) |
I get a similar error compiling Backtrace
|
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.
Code
Just create a new project with
cargo new --lib example
and addwgpu = 0.15
toCargo.toml
. You don't need any code in thelib.rs
, just adding the create is enough.Meta
Error output
Backtrace
The text was updated successfully, but these errors were encountered: