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
#66919 has added #[rustc_deprecated(since = "1.41.0")] to Error::description but the PR made it only into Rust 1.42.0. Thus the version number should be adjusted. cc @dtolnay
The text was updated successfully, but these errors were encountered:
We would be happy to accept a PR for this. I suppose it's a trivial enough fix that I would even be willing to backport it (so we avoid 1.42 indicating incorrectly), but only if we get it in quickly enough.
cc @pietroalbini re:backport, since you're doing release
…-Simulacrum
Update deprecation version to 1.42 for Error::description
Error::description is deprecated as of version 1.42, as the commit was
not in the release for 1.41.
Fixesrust-lang#69751
#66919 has added
#[rustc_deprecated(since = "1.41.0")]
toError::description
but the PR made it only into Rust 1.42.0. Thus the version number should be adjusted. cc @dtolnayThe text was updated successfully, but these errors were encountered: