Skip to content

Commit a8aa4ee

Browse files
committed
Update Windows caveats
- #1237 is closed - `libgcc` is now statically linked: #17471
1 parent a81ce5f commit a8aa4ee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/doc/complement-lang-faq.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ Let the fact that this is an easily countable number be a warning.
4242

4343
## Does it run on Windows?
4444

45-
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].
46-
47-
[win64]: https://github.com/rust-lang/rust/issues/1237
48-
[libgcc]: https://github.com/rust-lang/rust/issues/11782
45+
Yes. All development happens in lockstep on all 3 target platforms (using MinGW, not Cygwin).
4946

5047
## Is it OO? How do I do this thing I normally do in an OO language?
5148

0 commit comments

Comments
 (0)