Update info.toml

This commit is contained in:
Grzegorz Dziadkiewicz 2025-01-10 00:00:20 +01:00
parent 85d268f985
commit 5cccae3673
No known key found for this signature in database
GPG key ID: D93C27C4A6448C3D

View file

@ -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]]