File tree 5 files changed +5
-2
lines changed
5 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 928
928
make_dir $h /test/doc-guide-container
929
929
make_dir $h /test/doc-guide-tasks
930
930
make_dir $h /test/doc-guide-plugin
931
+ make_dir $h /test/doc-guide-crates
931
932
make_dir $h /test/doc-rust
932
933
done
933
934
Original file line number Diff line number Diff line change 27
27
# #####################################################################
28
28
DOCS := index intro tutorial guide guide-ffi guide-macros guide-lifetimes \
29
29
guide-tasks guide-container guide-pointers guide-testing \
30
- guide-plugin complement-bugreport \
30
+ guide-plugin guide-crates complement-bugreport \
31
31
complement-lang-faq complement-design-faq complement-project-faq rust \
32
32
rustdoc guide-unsafe guide-strings reference
33
33
Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ fn main() {
452
452
453
453
Rust will give us a compile-time error:
454
454
455
- ` ` ` {rust ,ignore}
455
+ ` ` ` {notrust ,ignore}
456
456
Compiling phrases v0.0.1 (file:///home/you/projects/phrases)
457
457
/home/you/projects/phrases/src/main.rs:4:5: 4:40 error: a value named ` hello` has already been imported in this module
458
458
/home/you/projects/phrases/src/main.rs:4 use phrases::japanese::greetings::hello;
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ a guide that can help you out:
57
57
* [ Strings] ( guide-strings.html )
58
58
* [ Pointers] ( guide-pointers.html )
59
59
* [ References and Lifetimes] ( guide-lifetimes.html )
60
+ * [ Crates and modules] ( guide-crates.html )
60
61
* [ Tasks and Communication] ( guide-tasks.html )
61
62
* [ Foreign Function Interface] ( guide-ffi.html )
62
63
* [ Writing Unsafe and Low-Level Code] ( guide-unsafe.html )
Original file line number Diff line number Diff line change 19
19
[type: text] src/doc/guide-tasks.md $lang:doc/l10n/$lang/guide-tasks.md
20
20
[type: text] src/doc/guide-testing.md $lang:doc/l10n/$lang/guide-testing.md
21
21
[type: text] src/doc/guide-unsafe.md $lang:doc/l10n/$lang/guide-unsafe.md
22
+ [type: text] src/doc/guide-unsafe.md $lang:doc/l10n/$lang/guide-crates.md
22
23
[type: text] src/doc/guide.md $lang:doc/l10n/$lang/guide.md
23
24
[type: text] src/doc/index.md $lang:doc/l10n/$lang/index.md
24
25
[type: text] src/doc/intro.md $lang:doc/l10n/$lang/intro.md
You can’t perform that action at this time.
0 commit comments