Skip to content
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 use of #[rustc_deprecated] in favor of #[deprecated] #1301

Merged
merged 1 commit into from
Apr 8, 2022
Merged

Remove use of #[rustc_deprecated] in favor of #[deprecated] #1301

merged 1 commit into from
Apr 8, 2022

Conversation

jhpratt
Copy link
Member

@jhpratt jhpratt commented Apr 8, 2022

In rust-lang/rust#94635, #[deprecated] and #[rustc_deprecated] were merged. Now that a bootstrap has occurred, I'm migrating all uses of #[rustc_deprecated]. This has to occur in submodules (such as stdarch here) before it can turn into an error in the compiler.

@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Amanieu (or someone else) soon.

Please see the contribution instructions for more information.

@jhpratt jhpratt changed the title Remove use of #[rustc_deprecated] Remove use of #[rustc_deprecated] in favor of #[deprecated] Apr 8, 2022
@Amanieu Amanieu merged commit 806244f into rust-lang:master Apr 8, 2022
@jhpratt jhpratt deleted the remove-rustc_deprecated branch April 8, 2022 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants