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
Latest rust nightly version breaks the cargo test with an UB, because the generator library was corrupted by wrongly assembly output where the stack was polluted by function initial setup (rcx and rdx should not be saved on stack). this only affect the nightly debug version. the stable version and release version works fine.
I need to find a way to fix that, but seems really hard.
The text was updated successfully, but these errors were encountered:
Latest rust nightly version breaks the cargo test with an UB, because the generator library was corrupted by wrongly assembly output where the stack was polluted by function initial setup (rcx and rdx should not be saved on stack). this only affect the nightly debug version. the stable version and release version works fine.
I need to find a way to fix that, but seems really hard.
The text was updated successfully, but these errors were encountered: