mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-04-01 05:45:20 +01:00
Update info.toml
This commit is contained in:
parent
85d268f985
commit
5cccae3673
1 changed files with 7 additions and 0 deletions
|
@ -721,6 +721,13 @@ can then use the `?` operator to return early.
|
|||
Read more about `map_err()` in the `std::result` documentation:
|
||||
https://doc.rust-lang.org/std/result/enum.Result.html#method.map_err"""
|
||||
|
||||
[[exercises]]
|
||||
name = "errors7"
|
||||
dir = "13_error_handling"
|
||||
hint = """
|
||||
TODO
|
||||
"""
|
||||
|
||||
# Generics
|
||||
|
||||
[[exercises]]
|
||||
|
|
Loading…
Reference in a new issue