From 5cccae3673c9539bd0a8d3d242b8f3053f426939 Mon Sep 17 00:00:00 2001
From: Grzegorz Dziadkiewicz <grzegorzdziadkiewicz@gmail.com>
Date: Fri, 10 Jan 2025 00:00:20 +0100
Subject: [PATCH] Update info.toml

---
 rustlings-macros/info.toml | 7 +++++++
 1 file changed, 7 insertions(+)

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