-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE: Result::unwrap() on an Err value: couldn't rename path #17951
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
As of c245c5b parallel codegen is enabled by default. Thus, the crash always occurs when compiling rustc. I was now able to get the full stack backtrace:
|
cc @epdtry (looks like a duplicate codegen bug) |
Actually we have two different problems here:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tried to compile rustc@9b9833299245cc1eac68b52169e9152d0f412d6b on my Windows 7 x64 (MSYS2) when it crashed. Crashed even after running
make clean
first. For the record, I tried to compile withRUSTFLAGS='-C codegen-units=8'
set.The text was updated successfully, but these errors were encountered: