Skip to content

Commit be41e98

Browse files
committed
Auto merge of #24567 - tamird:windows-caviats, r=steveklabnik
- #1237 is closed - `libgcc` is now statically linked: #17471
2 parents d86b6f6 + a8aa4ee commit be41e98

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/doc/complement-lang-faq.md

+1-4
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)