rustc-dev-guide icon indicating copy to clipboard operation
rustc-dev-guide copied to clipboard

Move stability attribute section to std dev guide?

Open compiler-errors opened this issue 3 years ago • 3 comments

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.

compiler-errors avatar Oct 24 '22 16:10 compiler-errors

does it apply only to std though, or should it perhaps move to forge

tshepang avatar Oct 25 '22 01:10 tshepang

I think the only place we really use stability attributes are the standard library.

compiler-errors avatar Oct 25 '22 18:10 compiler-errors

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).

JohnTitor avatar Nov 08 '22 20:11 JohnTitor