-
-
Notifications
You must be signed in to change notification settings - Fork 173
Closed
Labels
Description
First, this crate is awesome. I feel like Rust's error story is starting to feel really ergonomic.
This crate looks like a very nice Error type to reach for when working with a leaf/application crate.
Have you thought about working towards adding it to std ?
anyhow::Errorcould be added asstd::error( as a pseudo-primitive ) via the same hack thati32andstd::i32are mergedstd::errorcould be a very good default for variousErr,Error, andEtype parametersstd::errorin a future edition could be added to the prelude as justerror
matklad, milesgranger, rossmacarthur, trevyn, rsenna and 4 more