Open
Description
While we do not yet formally support the cygwin target by distributing binaries, that is not because we do not wish for people to be able to build a rustc that uses cygwin as its host if they so please. I am opening this issue so that interested parties can track the progress on enabling a rustc to be built for cygwin. There's a few needed patches:
- compiler-builtins: Add cygwin support compiler-builtins#774
- libc: Add cygwin support libc#4279
- std: Add std support to cygwin target #137621
cc @Berrysoft