-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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' panicked at 'no errors encountered even though delay_span_bug
issued', compiler\rustc_errors\src\lib.rs:1050:13
#87299
Comments
same |
Hey @e0gs thank you for the report. Sadly I haven't been able to reproduce your issue. What was your command to build the crate? Which version of the crate did you use? Can you specify a certain commit maybe? |
Was in the end trying to build Iced 0.3.0 and Iced-aw
EDIT:
|
Thank you for the correct backtrace! This should/could have been fixed by #87284 so can you try tomorrow with an updated nightly again and report it back please? |
Had set RUST_BACKTRACE=1 in cmd.exe the first time but it didn't give me any traceback until switching back and forth from stabe - nightly. Will do that. |
Works as expected with nightly-x86_64-pc-windows-msvc - rustc 1.55.0-nightly (32c9b7b 2021-07-21) |
I tried compiling wgpu-core.
I expected to see this happen: explanation
Successfull compilation.
Instead, this happened: explanation
error: internal compiler error: unexpected panic
Meta
rustc --version --verbose
:Backtrace
Just a repetion of this until panic.
The text was updated successfully, but these errors were encountered: