summaryrefslogtreecommitdiff
path: root/exercises/error_handling
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/error_handling')
-rw-r--r--exercises/error_handling/errorsn.rs30
1 files changed, 30 insertions, 0 deletions
diff --git a/exercises/error_handling/errorsn.rs b/exercises/error_handling/errorsn.rs
index 15c6cd5..cd76d5b 100644
--- a/exercises/error_handling/errorsn.rs
+++ b/exercises/error_handling/errorsn.rs
@@ -108,6 +108,36 @@ impl error::Error for CreationError {
}
}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
// First hint: To figure out what type should go where the ??? is, take a look
// at the test helper function `test_with_str`, since it returns whatever
// `read_and_validate` returns and`test_with_str` has its signature fully