]> git.lizzy.rs Git - rust.git/commitdiff
New guide: error handling
authorSteve Klabnik <steve@steveklabnik.com>
Wed, 12 Nov 2014 16:33:28 +0000 (11:33 -0500)
committerSteve Klabnik <steve@steveklabnik.com>
Tue, 18 Nov 2014 17:56:55 +0000 (12:56 -0500)
configure
mk/docs.mk
src/doc/guide-error-handling.md [new file with mode: 0644]
src/doc/index.md
src/doc/po4a.conf

index 779002530140148a988471d8b47299d1a1dbed08..35bba159208f83e6b9a59d17dff71b273c525be6 100755 (executable)
--- a/configure
+++ b/configure
@@ -1031,6 +1031,7 @@ do
     make_dir $h/test/doc-guide-tasks
     make_dir $h/test/doc-guide-plugin
     make_dir $h/test/doc-guide-crates
+    make_dir $h/test/doc-guide-error-handling
     make_dir $h/test/doc-rust
 done
 
index bc1e9ccf2ead56a8ca79a393503be7d8b5dc0d31..48eb9e81c20a4d8a751e830eedc1a73beb2de635 100644 (file)
@@ -27,7 +27,7 @@
 ######################################################################
 DOCS := index intro tutorial guide guide-ffi guide-macros guide-lifetimes \
        guide-tasks guide-container guide-pointers guide-testing \
-       guide-plugin guide-crates complement-bugreport \
+       guide-plugin guide-crates complement-bugreport guide-error-handling \
        complement-lang-faq complement-design-faq complement-project-faq \
     rustdoc guide-unsafe guide-strings reference
 
diff --git a/src/doc/guide-error-handling.md b/src/doc/guide-error-handling.md
new file mode 100644 (file)
index 0000000..c175298
--- /dev/null
@@ -0,0 +1,2 @@
+% Error Handling in Rust
+
index 8d54550a9f988d7e62f1d307e84f72d71db515ba..7d4d48e80a38334f6e56da6ceccaec7708751432 100644 (file)
@@ -59,6 +59,7 @@ a guide that can help you out:
 * [References and Lifetimes](guide-lifetimes.html)
 * [Crates and modules](guide-crates.html)
 * [Tasks and Communication](guide-tasks.html)
+* [Error Handling](guide-error-handling.html)
 * [Foreign Function Interface](guide-ffi.html)
 * [Writing Unsafe and Low-Level Code](guide-unsafe.html)
 * [Macros](guide-macros.html)
index c0406d104fcf15166eaaf52fd3b7389b312d8a61..4fbb3c210165ad830847722243e52264f7b57f18 100644 (file)
@@ -20,6 +20,7 @@
 [type: text] src/doc/guide-testing.md $lang:doc/l10n/$lang/guide-testing.md
 [type: text] src/doc/guide-unsafe.md $lang:doc/l10n/$lang/guide-unsafe.md
 [type: text] src/doc/guide-crates.md $lang:doc/l10n/$lang/guide-crates.md
+[type: text] src/doc/guide-error-handling.md $lang:doc/l10n/$lang/guide-error-handling.md
 [type: text] src/doc/guide.md $lang:doc/l10n/$lang/guide.md
 [type: text] src/doc/index.md $lang:doc/l10n/$lang/index.md
 [type: text] src/doc/intro.md $lang:doc/l10n/$lang/intro.md