about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@gmail.com>2015-04-18 13:00:40 -0700
committerTamir Duberstein <tamird@gmail.com>2015-04-18 13:00:40 -0700
commita8aa4ee034e335c5aa74a32d31ca77843efa8c73 (patch)
treef3f79d1d0200bc3f7191f0f6b8f2863095200e62
parenta81ce5f991148b3c701c6b4276cdcafe366cd8f4 (diff)
downloadrust-a8aa4ee034e335c5aa74a32d31ca77843efa8c73.tar.gz
rust-a8aa4ee034e335c5aa74a32d31ca77843efa8c73.zip
Update Windows caveats
- https://github.com/rust-lang/rust/issues/1237 is closed
- `libgcc` is now statically linked:
  https://github.com/rust-lang/rust/pull/17471
-rw-r--r--src/doc/complement-lang-faq.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/doc/complement-lang-faq.md b/src/doc/complement-lang-faq.md
index 8238dd3a5ba..f7bad3e4021 100644
--- a/src/doc/complement-lang-faq.md
+++ b/src/doc/complement-lang-faq.md
@@ -42,10 +42,7 @@ Let the fact that this is an easily countable number be a warning.
 
 ## Does it run on Windows?
 
-Yes. All development happens in lockstep on all 3 target platforms (using MinGW, not Cygwin). Note that the Windows implementation currently has some limitations; in particular, the 64-bit build is [not fully supported yet][win64], and all executables created by rustc [depend on libgcc DLL at runtime][libgcc].
-
-[win64]: https://github.com/rust-lang/rust/issues/1237
-[libgcc]: https://github.com/rust-lang/rust/issues/11782
+Yes. All development happens in lockstep on all 3 target platforms (using MinGW, not Cygwin).
 
 ## Is it OO? How do I do this thing I normally do in an OO language?