Clarify how Servo rust snapshots work

This commit is contained in:
Matt Brubeck 2015-05-18 10:21:51 -07:00
parent 90aacf00f8
commit 20c8874e88

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 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