<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rustlings.git/exercises/error_handling/errors6.rs, branch main</title>
<subtitle>Rustlings course
</subtitle>
<id>http://homelab.tail42a6a2.ts.net/rustlings.git/atom?h=main</id>
<link rel='self' href='http://homelab.tail42a6a2.ts.net/rustlings.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/'/>
<updated>2023-10-16T11:37:12Z</updated>
<entry>
<title>Update Exercises Directory Names to Reflect Order</title>
<updated>2023-10-16T11:37:12Z</updated>
<author>
<name>Adam Brewer</name>
<email>adamhb321@gmail.com</email>
</author>
<published>2023-10-16T11:37:12Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=64d95837e9813541cf5b357de13865ce687ae98d'/>
<id>urn:sha1:64d95837e9813541cf5b357de13865ce687ae98d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: cleanup the explanation paragraphs at the start of each exercise.</title>
<updated>2023-05-29T17:41:51Z</updated>
<author>
<name>Robert Fry</name>
<email>inbox@robertfry.xyz</email>
</author>
<published>2023-05-29T17:39:08Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=7eef5d15eef780f93e22b1b4e0185f7708219ea0'/>
<id>urn:sha1:7eef5d15eef780f93e22b1b4e0185f7708219ea0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style: format errors6 with rustfmt</title>
<updated>2022-11-06T19:42:17Z</updated>
<author>
<name>mfurak</name>
<email>marek.furak@gmail.com</email>
</author>
<published>2022-11-06T19:42:17Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=152193b459085c2bdfe41f65df7ea04a032d2a4c'/>
<id>urn:sha1:152193b459085c2bdfe41f65df7ea04a032d2a4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(errors): Improve comments and hints</title>
<updated>2022-07-14T16:02:33Z</updated>
<author>
<name>mokou</name>
<email>mokou@fastmail.com</email>
</author>
<published>2022-07-14T16:02:33Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=c34e2adcbb261f71fbd013d61257457dd84bd849'/>
<id>urn:sha1:c34e2adcbb261f71fbd013d61257457dd84bd849</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(errors6.rs): remove one answer code</title>
<updated>2022-04-08T16:23:58Z</updated>
<author>
<name>J-S-Kim</name>
<email>ks77sj@gmail.com</email>
</author>
<published>2022-04-08T16:23:58Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=43d0623086edbc46fe896ba59c7afa22c3da9f7a'/>
<id>urn:sha1:43d0623086edbc46fe896ba59c7afa22c3da9f7a</id>
<content type='text'>
Although marked as 'TODO', three tests pass without any implementation because the correct answer code already exists.</content>
</entry>
<entry>
<title>address review feedback</title>
<updated>2021-06-10T04:27:53Z</updated>
<author>
<name>Taylor Yu</name>
<email>tlyu@mit.edu</email>
</author>
<published>2021-06-09T23:13:57Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=b7ddd09fab97fc96f032bc8c0b9e1a64e5ffbcdd'/>
<id>urn:sha1:b7ddd09fab97fc96f032bc8c0b9e1a64e5ffbcdd</id>
<content type='text'>
Adjust error text and naming to conform with best practices.
Use `map_err()` instead of `or()`. Wrap lower-level errors instead of
ignoring their details.

Also, don't "cheat" by bypassing the `new()` function in tests.

Fix a dangling reference in the try_from_into hints.
</content>
</entry>
<entry>
<title>feature: improve error_handling exercises</title>
<updated>2021-06-07T04:08:57Z</updated>
<author>
<name>Taylor Yu</name>
<email>tlyu@mit.edu</email>
</author>
<published>2021-06-07T04:05:01Z</published>
<link rel='alternate' type='text/html' href='http://homelab.tail42a6a2.ts.net/rustlings.git/commit/?id=68d3ac567cd5c23f5593c2f4df51612bca3d09a9'/>
<id>urn:sha1:68d3ac567cd5c23f5593c2f4df51612bca3d09a9</id>
<content type='text'>
Add new exercises errors5 and errors6, to introduce boxed errors and
custom error enums more gently. Delete errorsn, because it tried to do
too much too soon.
</content>
</entry>
</feed>
