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

Document behavior of multiple stability attributes on items #2128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dianne
Copy link
Contributor

@dianne dianne commented Nov 8, 2024

This documents the changes made in rust-lang/rust#131824, and so should be blocked on that.

The checklist for stabilizing a library feature (and its mirror in the standard library developers guide) technically still works; its suggestion to change #[unstable] attributes to #[stable] should always have the correct behavior. Let me know if it should be recommended to avoid mixing #[stable]/#[unstable] or having multiple #[stable]s in hand-written code though; I can make a note about removing rather than changing #[unstable] attributes in that case. cc @rust-lang/libs @rust-lang/libs-api

@jieyouxu jieyouxu added T-libs Relevant to libs team T-libs-api Relevant to libs-api team A-stability Area: stability A-attributes Area: attributes S-waiting-on-review Status: this PR is waiting for a reviewer to verify its content labels Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-attributes Area: attributes A-stability Area: stability S-waiting-on-review Status: this PR is waiting for a reviewer to verify its content T-libs Relevant to libs team T-libs-api Relevant to libs-api team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants