-
-
Notifications
You must be signed in to change notification settings - Fork 161
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::Error
could be added asstd::error
( as a pseudo-primitive ) via the same hack thati32
andstd::i32
are mergedstd::error
could be a very good default for variousErr
,Error
, andE
type parametersstd::error
in a future edition could be added to the prelude as justerror
matklad, milesgranger, rossmacarthur, trevyn, rsenna and 4 more