Remove deprecated Error::description and Error::cause#63
Remove deprecated Error::description and Error::cause#63AnderEnder wants to merge 1 commit intonox:masterfrom
Conversation
|
That's a breaking change and I'm not doing that any time soon. |
|
@nox , so what your suggestion? Deprecation is already merged and will be released in 1.42. |
|
I have no suggestion, I'm just saying that I'm not going to merge this any time soon. It's not like the deprecation is going to prevent building this crate anyway. |
|
I suspect you could add a |
|
@kentfredric The breaking change here is increasing the Rust minimum version. |
|
Wtf, never mind, I completely forgot @AnderEnder I'll merge your PR if you revert the removal of |
|
@nox, I have created a new PR with your suggestion. |
Error::descriptionhas been documented as soft-deprecated since 1.27.0 (17 months ago). It is going to be hard-deprecated soon(nightly/1.42).Error::causehas been documented as deprecated since 1.27.0, whileError::sourcewas introduced.This PR:
descriptionin error typecausewithsourceRelated PR: rust-lang/rust#66919