Closed
Description
It would be great for Rust to be able to build code that targets Windows down to Windows XP SP2. There are still a significant number of Firefox users on that platform, so any Rust code built into Firefox would also need to run on that platform.
The only issue I am aware of preventing this today is the use of condvars in std.
cc @brson