Auto merge of #6121 - servo:mbrubeck-readme, r=metajack

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6121)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-05-19 10:45:31 -05:00
commit cbc06ef62c

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