-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong deprecation version in Error::description #69751
Comments
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 |
I won't do it but it should be easy enough. |
I just made a PR for updating this; this is my first contribution to the project (please let me know if I did the process right). Hope that helps! |
I just noticed this and saw a PR already existed, amazing! 👍 to a backport. |
…-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. Fixes rust-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: