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
When compiling cargo under stable-x86_64-pc-windows-gnu, it fails at linking with missing ntdll. After posting issue at cargo repo, @mati865 pointed out libntdll.a isn't shipped with rust-mingw component (it's missing here).