summaryrefslogtreecommitdiff
path: root/exercises/advanced_errors
AgeCommit message (Collapse)Author
2021-10-18fix(traits1): rename test functions to snake case (#854)xuesong
Co-authored-by: zhangshaozhi <zhangshaozhi@ZhangshaozhideMacBook-Pro.local>
2021-09-25feat: add advanced_errs2Taylor Yu
New exercise to demonstrate traits that make it easier for other code to consume our custom error types.
2021-09-25feat: add advanced_errs1Taylor Yu
New section and exercise to demonstrate the `From` trait for errors and its usefulness with the `?` operator.