mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-01 16:29:18 +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:
|
Read more about `map_err()` in the `std::result` documentation:
|
||||||
https://doc.rust-lang.org/std/result/enum.Result.html#method.map_err"""
|
https://doc.rust-lang.org/std/result/enum.Result.html#method.map_err"""
|
||||||
|
|
||||||
|
[[exercises]]
|
||||||
|
name = "errors7"
|
||||||
|
dir = "13_error_handling"
|
||||||
|
hint = """
|
||||||
|
TODO
|
||||||
|
"""
|
||||||
|
|
||||||
# Generics
|
# Generics
|
||||||
|
|
||||||
[[exercises]]
|
[[exercises]]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user