New guide: error handling
This commit is contained in:
parent
88c743def3
commit
0e6d97aab2
5 changed files with 6 additions and 1 deletions
2
src/doc/guide-error-handling.md
Normal file
2
src/doc/guide-error-handling.md
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
% Error Handling in Rust
|
||||
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue