Skip to content

Commit c70b604

Browse files
committed
---
yaml --- r: 108948 b: refs/heads/dist-snap c: 840a270 h: refs/heads/master v: v3
1 parent 924d90f commit c70b604

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: f64fdf524a434f0e5cd0bc91d09c144723f3c90d
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/dist-snap: 7ec1eb8ab373ad5dfd3d9229c6f89a02424d2b82
9+
refs/heads/dist-snap: 840a2701accbaeb6d4537db79e47150313c74d42
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1212
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/mk/docs.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
# translated.
2828
######################################################################
2929
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
3333

3434
PDF_DOCS := tutorial rust
3535

branches/dist-snap/src/doc/tutorial.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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
6363
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"
8080
supported 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

0 commit comments

Comments
 (0)