Update the description about Rust compiler which we uses.

This commit is contained in:
Tetsuharu OHZEKI 2014-08-23 05:29:54 +09:00
parent c6628120ee
commit 1480dc603a
2 changed files with 3 additions and 4 deletions

View file

@ -49,8 +49,11 @@ Cross-compilation for Android:
Basically, pre-installed Android tools are needed.
See wiki for [details](https://github.com/mozilla/servo/wiki/Building-for-Android)
## The Rust compiler
Servo builds its own copy of Rust, so there is no need to provide a Rust
compiler.
If you'd like to know the snapshot revision of Rust which we use, see `./rust-snapshot-hash`.
## Building

View file

@ -8,10 +8,6 @@ crate or library.
* `components/net`: Networking, caching, image decoding.
* `components/util`: Various utility functions used by other Servo components.
## The Rust compiler
* `compiler/rust`: The Rust compiler.
## Supporting libraries
These libraries are used in all Servo ports. In keeping with Servo's philosophy of modularity,