File tree Expand file tree Collapse file tree 5 files changed +20
-2
lines changed Expand file tree Collapse file tree 5 files changed +20
-2
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: c484c2d1f840a3fd195b951a67745564b51715ad
8
+ refs/heads/try2: 3ed78f5b6b5d85c9de5794dcf16cecf5d16f7864
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 869
869
make_dir $h /test/debuginfo-lldb
870
870
make_dir $h /test/codegen
871
871
make_dir $h /test/doc-tutorial
872
+ make_dir $h /test/doc-guide
872
873
make_dir $h /test/doc-guide-ffi
873
874
make_dir $h /test/doc-guide-runtime
874
875
make_dir $h /test/doc-guide-macros
Original file line number Diff line number Diff line change 26
26
# L10N_LANGS are the languages for which the docs have been
27
27
# translated.
28
28
# #####################################################################
29
- DOCS := index intro tutorial guide-ffi guide-macros guide-lifetimes \
29
+ DOCS := index intro tutorial guide guide -ffi guide-macros guide-lifetimes \
30
30
guide-tasks guide-container guide-pointers guide-testing \
31
31
guide-runtime complement-bugreport \
32
32
complement-lang-faq complement-design-faq complement-project-faq rust \
Original file line number Diff line number Diff line change
1
+ % The Rust Guide
2
+
3
+ <div style =" border : 2px solid red ; padding :5px ;" >
4
+ This guide is a work in progress. Until it is ready, we highly recommend that
5
+ you read the <a href =" tutorial.html " >Tutorial</a > instead. This work-in-progress Guide is being
6
+ displayed here in line with Rust's open development policy. Please open any
7
+ issues you find as usual.
8
+ </div >
9
+
10
+ Coming soon. :)
Original file line number Diff line number Diff line change 1
1
% The Rust Language Tutorial
2
2
3
+ <div style =" border : 2px solid red ; padding :5px ;" >
4
+ The tutorial is undergoing a complete re-write as <a href =" guide.html " >the Guide</a >.
5
+ Until it's ready, this tutorial is the right place to come to start learning
6
+ Rust. Please submit improvements as pull requests, but understand that
7
+ eventually it will be going away.
8
+ </div >
9
+
3
10
# Introduction
4
11
5
12
Rust is a programming language with a focus on type safety, memory
You can’t perform that action at this time.
0 commit comments