-
Notifications
You must be signed in to change notification settings - Fork 13.3k
build error: the compiler unexpectedly panicked while building askama_parser #119994
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
Comments
I'm not able to reproduce this on stable or nightly. It might be an incremental bug - if you do a |
This looks an awful lot like #119510, meaning you ran out of disk space at some point and rustc stopped in the middle of writing out one of its files but never correctly reported the problem. |
@piaoger Is it possible you ran out of disk in the past when compiling this big workspace? If there's no way you ran out of disk space we can keep this open, otherwise I'm pretty sure the root cause is fixed and the fix just needs time get to stable. |
@saethlin Perhaps, it' common for me to run out of disk as I have a couple of big workspaces :) This storage issue is always on my wishlist that I want rust to improve :) Another behavior is I can build crate depends on it and app runs quite well. Anyway I will run "cargo clean" right after I finish my current task and return to this issue. |
@piaoger any luck? |
Just made a hard decision to clean and build the big workspace, no build error anymore :) |
I cannot reproduce with minimal code if move it away from my big workspace. While In my origin crate, both "cargo check" and "cargo test" crashes the build even if lib.rs is empty.
please let me know if you need more information.
Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: