-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
wrong deprecation version in Error::description #69751
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Description
Activity
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
#66919 has added
#[rustc_deprecated(since = "1.41.0")]toError::descriptionbut the PR made it only into Rust 1.42.0. Thus the version number should be adjusted. cc @dtolnay