You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/complement-lang-faq.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
6
6
There aren't many large programs yet. The Rust [compiler][rustc], 60,000+ lines at the time of writing, is written in Rust. As the oldest body of Rust code it has gone through many iterations of the language, and some parts are nicer to look at than others. It may not be the best code to learn from, but [borrowck] and [resolve] were written recently.
A research browser engine called [Servo][servo], currently 30,000+ lines across more than a dozen crates, will be exercising a lot of Rust's distinctive type-system and concurrency features, and integrating many native libraries.
13
13
@@ -21,9 +21,9 @@ Some examples that demonstrate different aspects of the language:
21
21
* The extra library's [json] module. Enums and pattern matching
You may also be interested in browsing [GitHub's Rust][github-rust] page.
29
29
@@ -33,8 +33,8 @@ You may also be interested in browsing [GitHub's Rust][github-rust] page.
33
33
34
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].
0 commit comments