Closed RalfJung closed 2 months ago
@ehuss any preference which ABI to use here? stdcall is 32bit-only, vectorcall is unstable. We could use "system"?
As an alternative, you can just change the cfg
to be something like cfg(windows)
(assuming that is "compatible" for stdcall).
That would make it dead code for CI, but yeah that also works.
That would make it dead code for CI, but yeah that also works.
I think it's fine. It gets tested in rust-lang/rust under windows.
Unblocks https://github.com/rust-lang/rust/pull/129935