Skip to content

Commit b7bbc2e

Browse files
committed
auto merge of #9327 : larsbergstrom/rust/tutorial_installation_tweak, r=catamorphism
I've had multiple people whom I pointed at the Rust tutorial ask me where to download the snapshot compiler, so I made the text more explicit.
2 parents f447972 + 9051a35 commit b7bbc2e

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)