Skip to content

Commit e481ced

Browse files
committed
doc: Update windows status on FAQ
1 parent b8ef9fd commit e481ced

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/complement-lang-faq.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ You may also be interested in browsing [GitHub's Rust][github-rust] page.
3131

3232
## Does it run on Windows?
3333

34-
Yes. All development happens in lock-step on all 3 target platforms. Using MinGW, not Cygwin. Note that the windows implementation currently has some limitations: in particular tasks [cannot unwind on windows][unwind], and all Rust executables [require a MinGW installation at runtime][libgcc].
34+
Yes. All development happens in lock-step on all 3 target platforms. Using MinGW, not Cygwin. Note that the windows implementation currently has some limitations: in particular 64-bit build is [not fully supported yet][win64], and all executables created by rustc [depends on libgcc DLL at runtime][libgcc].
3535

36-
[unwind]: https://github.com/mozilla/rust/issues/908
37-
[libgcc]: https://github.com/mozilla/rust/issues/1603
36+
[win64]: https://github.com/mozilla/rust/issues/1237
37+
[libgcc]: https://github.com/mozilla/rust/issues/11782
3838

3939
## Is it OO? How do I do this thing I normally do in an OO language?
4040

0 commit comments

Comments
 (0)