mirror of
https://github.com/servo/servo.git
synced 2025-07-25 16:20:36 +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
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue