File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 2727# translated.
2828# #####################################################################
2929DOCS := 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
3333
3434PDF_DOCS := tutorial rust
3535
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.
5757
5858# Getting started
5959
60- > ** WARNING ** : The tarball and installer links are for the most recent
60+ > *** Warning: *** The tarball and installer links are for the most recent
6161> release, not master. To use master, you ** must** build from [ git] .
6262
6363The 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"
8080supported build environments that are most likely to work.
8181
8282> *** 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
8484> 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.
8886
89- [ bug-3319 ] : https://github.com/mozilla/rust/issues/3319
9087[ wiki-start ] : https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
9188[ git ] : https://github.com/mozilla/rust.git
9289
You can’t perform that action at this time.
0 commit comments