error-chain icon indicating copy to clipboard operation
error-chain copied to clipboard

Document quick_error!

Open Yamakaky opened this issue 8 years ago • 5 comments

Yamakaky avatar Nov 04 '16 22:11 Yamakaky

Closing for #58.

Yamakaky avatar Nov 10 '16 05:11 Yamakaky

quick_error still doesn't have any docs.

Emilgardis avatar Jan 26 '17 11:01 Emilgardis

Oops

Yamakaky avatar Jan 26 '17 14:01 Yamakaky

This is especially problematic since the errrors section of error_chain! says "The syntax here is the same as quick_error!, but the from() and cause() syntax is not supported." Without any documentation of that syntax, this is pretty much a brick wall for figuring out how to use the library, and I've encountered it within 3 minutes of getting started.

djmitche avatar Jun 19 '17 22:06 djmitche

Yep, I just ran into this too

adwhit avatar Jul 02 '17 09:07 adwhit