diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml
index e7055981..d939b74b 100644
--- a/rustlings-macros/info.toml
+++ b/rustlings-macros/info.toml
@@ -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]]