mirror of
https://github.com/servo/servo.git
synced 2025-07-26 08:40:24 +01:00
Clarify how Servo rust snapshots work
This commit is contained in:
parent
90aacf00f8
commit
20c8874e88
1 changed files with 4 additions and 3 deletions
|
@ -57,9 +57,10 @@ If you're running servo on a guest machine, make sure 3D Acceleration is switche
|
||||||
|
|
||||||
## The Rust compiler
|
## The Rust compiler
|
||||||
|
|
||||||
Servo uses a snapshot Rust compiler to build itself. This is normally a
|
Servo automatically downloads a snapshot Rust compiler to build itself.
|
||||||
specific revision of Rust upstream, but sometimes has a backported patch or
|
This is normally a specific revision of Rust upstream, but sometimes has a
|
||||||
two. If you'd like to know the snapshot revision of Rust which we use, see
|
backported patch or two.
|
||||||
|
If you'd like to know the snapshot revision of Rust which we use, see
|
||||||
`./rust-snapshot-hash`.
|
`./rust-snapshot-hash`.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue