servo: Merge #6121 - Clarify how Servo rust snapshots work (from servo:mbrubeck-readme); r=metajack

Source-Repo: https://github.com/servo/servo
Source-Revision: cbc06ef62cbe67242b5eccea02d44046bd6f7885
This commit is contained in:
Matt Brubeck 2015-05-19 10:45:31 -05:00
parent 19b3888e80
commit f66ab794b5

View File

@ -57,9 +57,10 @@ If you're running servo on a guest machine, make sure 3D Acceleration is switche
## The Rust compiler
Servo uses a snapshot Rust compiler to build itself. This is normally a
specific revision of Rust upstream, but sometimes has a backported patch or
two. If you'd like to know the snapshot revision of Rust which we use, see
Servo's build system automatically downloads a snapshot Rust compiler to build itself.
This is normally a specific revision of Rust upstream, but sometimes has a
backported patch or two.
If you'd like to know the snapshot revision of Rust which we use, see
`./rust-snapshot-hash`.
## Building