diff options
| author | marisa <mokou@fastmail.com> | 2021-04-23 15:04:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-23 15:04:47 +0200 |
| commit | 1c334de6fd262dcb8b921e3fc491a7434e0c3a4a (patch) | |
| tree | 8edf34fdff048644105c0a51e475cccff8b49793 /exercises | |
| parent | afa661cff4fa9ac5133a6efc9e85e01c29febf85 (diff) | |
| parent | 1120db57a6c20966184eb8f731804604270ff2f1 (diff) | |
Merge pull request #718 from Zerotask/add-further-help-to-error-excersis
docs(errors): add additional help for Result/Boxing
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/error_handling/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/exercises/error_handling/README.md b/exercises/error_handling/README.md index 77a58d1..478510a 100644 --- a/exercises/error_handling/README.md +++ b/exercises/error_handling/README.md @@ -3,3 +3,9 @@ For this exercise check out the sections: - [Generics](https://doc.rust-lang.org/book/ch10-01-syntax.html) of the Rust Book. + +or alternatively, check out the sections: +- [Result](https://doc.rust-lang.org/rust-by-example/error/result.html) +- [Boxing errors](https://doc.rust-lang.org/rust-by-example/error/multiple_error_types/boxing_errors.html) + +of the Rust By Example Book. |
