rustc-dev-guide
rustc-dev-guide copied to clipboard
Move stability attribute section to std dev guide?
https://rustc-dev-guide.rust-lang.org/stability.html probably could live in https://std-dev-guide.rust-lang.org/, since it's not that relevant to the compiler. Just a thought.
does it apply only to std though, or should it perhaps move to forge
I think the only place we really use stability attributes are the standard library.
Yeah, and it's related to development rather than team management/governance/policy etc. so I'd prefer to have it on std-dev-guide (unless t-libs prefers to have it on forge).