-
Notifications
You must be signed in to change notification settings - Fork 13k
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
error: internal compiler error: no errors encountered even though delay_span_bug
issued
#107440
Comments
Do you have some code to reproduce this ICE? |
I think I've hit the same bug compiling Vector with 1.67.0 stable. The logs are here. The branch is |
To add onto this, it looks like just compiling one of the smaller subcrates triggers it so would help narrow it down. On that branch you can build just |
I ran |
The @rustbot label +E-needs-mcve |
At least for vectordotdev/vector I can confirm that |
I seem to be seeing this as well
Unfortunately this is a huge project and the issue only appeared when I started making changes. |
I encounter this bug as well
I have workaround this problem by |
I also encounter this bug Stacktrace
|
I also encountered it. https://github.com/plotters-rs/plotters-wasm-demo For someone not familiar with wasm, in order to compile it you need a wasm-pack: Rust version:
It goes fine, when compiling with previous version:
|
As I was compiling Substrate, I faced this error:
The text was updated successfully, but these errors were encountered: