Skip to content

Commit 012ea96

Browse files
committed
---
yaml --- r: 24524 b: refs/heads/try2 c: 63c0430 h: refs/heads/master v: v3
1 parent 4bf03e6 commit 012ea96

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: db8d9ddcbb9741570a2724c227c824f5eda13ad1
8+
refs/heads/try2: 63c043091ed94c04b4ae9dfec32bb34f51cdcacc
99
refs/heads/incoming: 05543fd04dfb3f63b453a331e239ceb1a9a219f9
1010
refs/heads/dist-snap: 2f32a1581f522e524009138b33b1c7049ced668d
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try2/doc/tutorial.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,11 @@
66

77
This is a tutorial for the Rust programming language. It assumes the
88
reader is familiar with the basic concepts of programming, and has
9-
programmed in one or more other languages before. The tutorial covers
9+
programmed in one or more other languages before. It will often make
10+
comparisons to other languages in the C family. The tutorial covers
1011
the whole language, though not with the depth and precision of the
1112
[language reference](rust.html).
1213

13-
## Disclaimer
14-
15-
Rust is a language under development. The general flavor of the
16-
language has settled, but details will continue to change as it is
17-
further refined. Nothing in this tutorial is final, and though we try
18-
to keep it updated, it is possible that the text occasionally does not
19-
reflect the actual state of the language.
20-
2114
## First Impressions
2215

2316
Though syntax is something you get used to, an initial encounter with
@@ -58,6 +51,14 @@ fragments of programs that don't compile on their own. To try them
5851
out, you might have to wrap them in `fn main() { ... }`, and make sure
5952
they don't contain references to things that aren't actually defined.
6053

54+
## Disclaimer
55+
56+
Rust is a language under development. The general flavor of the
57+
language has settled, but details will continue to change as it is
58+
further refined. Nothing in this tutorial is final, and though we try
59+
to keep it updated, it is possible that the text occasionally does not
60+
reflect the actual state of the language.
61+
6162
# Getting started
6263

6364
## Installation

0 commit comments

Comments
 (0)