-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
failure
depends on backtrace
crate when std
feature is enabled, but it prevents me from testing dependencies with minimal versions (by cargo +nightly update -Z minimal-versions && cargo test --all-features
).
(See rust-lang-deprecated/failure#310 for detail.)
Additionally, std Error
trait are being improved and it would be useful enough (see rust-lang/rust#53487).
So it would be better to use simpler error types, rather than error types with many features and extra APIs, to avoid providing unnecessary functionalities and keeping their compatibilities.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request