-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Remove handling of #[rustc_deprecated]
#11983
Conversation
@bors r+ |
📌 Commit 5ca9ffe has been approved by |
While I appreciate the quick r+, I think this should wait until the aforementioned PR lands :) |
@bors r- |
I wanted to merge it directly because it's only a cosmetic issue, but sure :-). |
I mean, it's up to you 🤷 It's just that until that PR lands, whether something from stdlib is deprecated would be wrong. Which should be a short amount of time, but nonetheless. |
☔ The latest upstream changes (presumably #12118) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors r+ |
📌 Commit 3c376e5 has been approved by |
☀️ Test successful - checks-actions |
This should be merged along with rust-lang/rust#95960.
Because the attribute still exists in rustc, I've left the definition here. With that said, any use of it is an error, so I've removed any handling of
#[rustc_deprecated]
.