mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 06:49:19 +00:00
Update info.toml
This commit is contained in:
parent
85d268f985
commit
5cccae3673
@ -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…
x
Reference in New Issue
Block a user