diff options
| author | bors <bors@rust-lang.org> | 2014-09-12 01:15:41 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-09-12 01:15:41 +0000 |
| commit | 47273816857c5684c1cc0059860cdf7e844e50a7 (patch) | |
| tree | ccaf090d6b76e5c2eee1693d18bfad8a1ee1beda /src/doc/rust.md | |
| parent | 06c0b1d28ac28ca42d6c179293e333a012a8a3fc (diff) | |
| parent | c456cca90ac3e2b2a853f3a9354d1e0c9fe6c427 (diff) | |
| download | rust-47273816857c5684c1cc0059860cdf7e844e50a7.tar.gz rust-47273816857c5684c1cc0059860cdf7e844e50a7.zip | |
auto merge of #16657 : steveklabnik/rust/goodbye_tutorial, r=brson
The Guide isn't 100% perfect, but it's basically complete. It's certainly better than the tutorial is. Time to start pointing more people its way. I also just made it consistent to call all things 'guides' rather than tutorials. Fixes #9874. This is the big one. And two bugs that just go away. Fixes #14503. Fixes #15009.
Diffstat (limited to 'src/doc/rust.md')
| -rw-r--r-- | src/doc/rust.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc/rust.md b/src/doc/rust.md index 2ef595a0652..0d1331e6077 100644 --- a/src/doc/rust.md +++ b/src/doc/rust.md @@ -13,16 +13,16 @@ provides three kinds of material: - Appendix chapters providing rationale and references to languages that influenced the design. -This document does not serve as a tutorial introduction to the +This document does not serve as an introduction to the language. Background familiarity with the language is assumed. A separate -[tutorial] document is available to help acquire such background familiarity. +[guide] is available to help acquire such background familiarity. This document also does not serve as a reference to the [standard] library included in the language distribution. Those libraries are documented separately by extracting documentation attributes from their source code. -[tutorial]: tutorial.html +[guide]: guide.html [standard]: std/index.html ## Disclaimer @@ -4175,7 +4175,7 @@ communication facilities. The Rust compiler supports various methods to link crates together both statically and dynamically. This section will explore the various methods to link Rust crates together, and more information about native libraries can be -found in the [ffi tutorial][ffi]. +found in the [ffi guide][ffi]. In one session of compilation, the compiler can generate multiple artifacts through the usage of either command line flags or the `crate_type` attribute. |
