File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
5
5
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
- refs/heads/try2: 7ec1eb8ab373ad5dfd3d9229c6f89a02424d2b82
8
+ refs/heads/try2: 840a2701accbaeb6d4537db79e47150313c74d42
9
9
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
10
10
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
11
11
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change 27
27
# translated.
28
28
# #####################################################################
29
29
DOCS := index tutorial guide-ffi guide-macros guide-lifetimes \
30
- guide-tasks guide-container guide-pointers \
31
- complement-cheatsheet guide-runtime \
32
- rust rustdoc
30
+ guide-tasks guide-container guide-pointers guide-testing \
31
+ guide-runtime complement-bugreport complement-cheatsheet \
32
+ complement-lang-faq complement-project-faq rust rustdoc
33
33
34
34
PDF_DOCS := tutorial rust
35
35
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ they don't contain references to names that aren't actually defined.
57
57
58
58
# Getting started
59
59
60
- > ** WARNING ** : The tarball and installer links are for the most recent
60
+ > *** Warning: *** The tarball and installer links are for the most recent
61
61
> release, not master. To use master, you ** must** build from [ git] .
62
62
63
63
The Rust compiler currently must be built from a [ tarball] or [ git] , unless
@@ -80,13 +80,10 @@ You may find that other platforms work, but these are our "tier 1"
80
80
supported build environments that are most likely to work.
81
81
82
82
> *** Note:*** Windows users should read the detailed
83
- > " [ getting started] [ wiki-start ] " notes on the wiki. Even when using
83
+ > [ Getting started] [ wiki-start ] notes on the wiki. Even when using
84
84
> the binary installer, the Windows build requires a MinGW installation,
85
- > the precise details of which are not discussed here. Finally, ` rustc ` may
86
- > need to be [ referred to as ` rustc.exe ` ] [ bug-3319 ] . It's a bummer, we
87
- > know.
85
+ > the precise details of which are not discussed here.
88
86
89
- [ bug-3319 ] : https://github.com/mozilla/rust/issues/3319
90
87
[ wiki-start ] : https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
91
88
[ git ] : https://github.com/mozilla/rust.git
92
89
You can’t perform that action at this time.
0 commit comments