We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#stabilization-pr is very geared towards the compiler itself. We should document what a stabilization PR looks like for the standard library. Info here: https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/const.20alloc.3A.3ALayout and example PR: rust-lang/rust#75132
I'm imagining this as a separate page from stabilization_guide to make it easier to find in the table of contents, but I'm not super tied to that.
stabilization_guide
The text was updated successfully, but these errors were encountered:
partition_point
This missing documentation caused more confusion yet again in rust-lang/rust#73831.
We should fix this. (:
Sorry, something went wrong.
Our most up-to-date info on this is: https://raw.githubusercontent.com/rust-lang/rust/master/.github/ISSUE_TEMPLATE/library_tracking_issue.md
There's nothing there yet, but we do have a repo now that we should definitely document this in: https://github.com/rust-lang/std-dev-guide
jyn514
Successfully merging a pull request may close this issue.
Right now https://rustc-dev-guide.rust-lang.org/stabilization_guide.html#stabilization-pr is very geared towards the compiler itself. We should document what a stabilization PR looks like for the standard library. Info here: https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/const.20alloc.3A.3ALayout and example PR: rust-lang/rust#75132
I'm imagining this as a separate page from
stabilization_guide
to make it easier to find in the table of contents, but I'm not super tied to that.The text was updated successfully, but these errors were encountered: