Rename rust-snapshot-hash to rust-nightly-date

… and remove mentions of "snapshots".

We now use rust-lang.org nightly builds rather than our own snapshots.
This commit is contained in:
Simon Sapin 2015-12-30 12:12:20 +00:00
parent 856eea3a0e
commit b2af8567fa
5 changed files with 36 additions and 37 deletions

View file

@ -71,11 +71,11 @@ If you're running servo on a guest machine, make sure 3D Acceleration is switche
## The Rust compiler
Servo's build system automatically downloads a snapshot Rust compiler to build itself.
Servo's build system automatically downloads a 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`.
If you'd like to know which nightly build of Rust we use, see
`rust-nightly-date`.
## Building