We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa661c commit 1120db5Copy full SHA for 1120db5
exercises/error_handling/README.md
@@ -3,3 +3,9 @@ For this exercise check out the sections:
3
- [Generics](https://doc.rust-lang.org/book/ch10-01-syntax.html)
4
5
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