Skip to content

Commit 9051a35

Browse files
committed
Clarify that snapshots are automatically retrieved.
1 parent da29a8e commit 9051a35

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/tutorial.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@ recommended.
6363

6464
Since the Rust compiler is written in Rust, it must be built by
6565
a precompiled "snapshot" version of itself (made in an earlier state
66-
of development). As such, source builds require a connection to
67-
the Internet, to fetch snapshots, and an OS that can execute the
68-
available snapshot binaries.
66+
of development). The source build automatically fetches these snapshots
67+
from the Internet on our supported platforms.
6968

7069
Snapshot binaries are currently built and tested on several platforms:
7170

0 commit comments

Comments
 (0)