Rust on Wine/Linux

How well supported is Rust on Wine/Linux? I'd like to use miow/IOCP because its API is nicer, but I'm on Linux, so I need to use Wine/Linux. Has anyone done this?

I test some Rust programs cross-compiled from Linux to Windows with wine.

But if Tokio is used then it fails... Or failed in the past at least, since the linked bug is now closed.

Verified that Wine 3.20 runs at least single-threaded Tokio programs (both old and new).