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 1
1
---
2
- refs/heads/master: c484c2d1f840a3fd195b951a67745564b51715ad
2
+ refs/heads/master: 3ed78f5b6b5d85c9de5794dcf16cecf5d16f7864
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 71fe44def9676d519f5ce5d7304e581a42cf2c70
5
5
refs/heads/try: 1813e5aa1a03b0596b8de7abd1af31edf5d6098f
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