-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add const generics to rustdoc #59170
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
Conversation
r=me with the nit fixed, and maybe a review from @QuietMisdreavus too |
☔ The latest upstream changes (presumably #58140) made this pull request unmergeable. Please resolve the merge conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small comments. Thanks for writing this up!
Co-Authored-By: Gabriel Smith <[email protected]>
Co-Authored-By: Gabriel Smith <[email protected]>
Co-Authored-By: Gabriel Smith <[email protected]>
Co-Authored-By: Gabriel Smith <[email protected]>
Co-Authored-By: Gabriel Smith <[email protected]>
Co-Authored-By: Gabriel Smith <[email protected]>
f065096
to
9bc5811
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! r=me+eddyb when travis is green.
@bors r=QuietMisdreavus,eddyb |
📌 Commit 9bc5811 has been approved by |
@bors rollup |
Split out from #53645. This work is a collaborative effort with @yodaldevoid.
The
FIXME
s are waiting on a refactor toLazyConst
. I'll address these in a follow up, but I thought it would be better to implement the rest now to avoid bitrot.r? @QuietMisdreavus