We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6bf96 commit d6d696bCopy full SHA for d6d696b
exercises/error_handling/errorsn.rs
@@ -108,6 +108,36 @@ impl error::Error for CreationError {
108
}
109
110
111
+
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
// First hint: To figure out what type should go where the ??? is, take a look
142
// at the test helper function `test_with_str`, since it returns whatever
143
// `read_and_validate` returns and`test_with_str` has its signature fully
0 commit comments