You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switching the debug build to optimization level 1 fixes the issue. I will try to reproduce this problem on another windows machine and if I can reproduce it, I will try to make a minimal example and report it upstream.
I can reproduce this bug only with my project and only on Windows 10, stable-gnu and Ryzen CPUs. As soon as I switch to a Windows 2019 server setup with Intel CPUs the problem disapears.
This is an odd one. I will close this issue and will report his bug once I successfully isolated the root cause of this bug.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
Currently refinery seems to fail to build under
stable-x86_64-pc-windows-gnu
andnightly-x86_64-pc-windows-gnu
.stable-x86_64-pc-windows-msvc
on the other hand builds refinery fine.Error message:
Maybe rust-lang/rust#33434 is related?
Edit:
--release
works fine. So only debug build is affected. I will try to pinpoint the exact cause further.The text was updated successfully, but these errors were encountered: