Skip to content

Commit 1c334de

Browse files
authored
Merge pull request #718 from Zerotask/add-further-help-to-error-excersis
docs(errors): add additional help for Result/Boxing
2 parents afa661c + 1120db5 commit 1c334de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

exercises/error_handling/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ For this exercise check out the sections:
33
- [Generics](https://doc.rust-lang.org/book/ch10-01-syntax.html)
44

55
of the Rust Book.
6+
7+
or alternatively, check out the sections:
8+
- [Result](https://doc.rust-lang.org/rust-by-example/error/result.html)
9+
- [Boxing errors](https://doc.rust-lang.org/rust-by-example/error/multiple_error_types/boxing_errors.html)
10+
11+
of the Rust By Example Book.

0 commit comments

Comments
 (0)