Skip to content

Commit 1120db5

Browse files
committed
docs(errors): add additional help for Result/Boxing
add additional help information provided by the rust by example book
1 parent afa661c commit 1120db5

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)