You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seanmonstar opened this issue
Feb 27, 2019
· 1 comment
Labels
A-errorArea: error handlingC-featureCategory: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.
The source method is the better replacement for cause. Hyper's Error should implement the method.
However, it's only available on newer Rust versions. To prevent requiring a new version, a build script can check rustc --version and set a cfg flag such that it's only implemented when available.
The text was updated successfully, but these errors were encountered:
seanmonstar
added
E-easy
Effort: easy. A task that would be a great starting point for a new contributor.
C-feature
Category: feature. This is adding a new feature.
A-error
Area: error handling
labels
Feb 27, 2019
A-errorArea: error handlingC-featureCategory: feature. This is adding a new feature.E-easyEffort: easy. A task that would be a great starting point for a new contributor.
The
source
method is the better replacement forcause
. Hyper'sError
should implement the method.However, it's only available on newer Rust versions. To prevent requiring a new version, a build script can check
rustc --version
and set acfg
flag such that it's only implemented when available.The text was updated successfully, but these errors were encountered: