-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Generate documentation in rustc rustc_index::newtype_index
macro
#90839
Conversation
r? @jackh726 (rust-highfive has picked a reviewer for you, use r? to override) |
893874b
to
399a526
Compare
399a526
to
3d35e21
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.
I'll let @jackh726 or someone else from T-compiler take it from here :)
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.
r=me with comment changed
@bors delegate+ rollup Just r=jackh726 when ready |
✌️ @pierwill can now approve this pull request |
The macro now documents all generated items. Documentation notes possible panics and unsafety.
b6b93f9
to
845c25d
Compare
@bors r=jackh726 |
📌 Commit 845c25d has been approved by |
…r=jackh726 Generate documentation in rustc `rustc_index::newtype_index` macro The macro now documents all generated items. Documentation notes possible panics and unsafety.
☀️ Test successful - checks-actions |
Finished benchmarking commit (3b2c454): comparison url. Summary: This change led to moderate relevant mixed results 🤷 in compiler performance.
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Next Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression |
The macro now documents all generated items. Documentation notes possible panics and unsafety.