Add a reference to ilog2 in leading_zeros integer docs#104263
Add a reference to ilog2 in leading_zeros integer docs#104263bors merged 3 commits intorust-lang:masterfrom
Conversation
|
r? @scottmcm (rustbot has picked a reviewer for you, use r? to override) |
|
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
dce35ef to
38f2f1e
Compare
|
@rustbot label +A-docs |
38f2f1e to
d85b614
Compare
This comment has been minimized.
This comment has been minimized.
|
CI passes, I hope the links are correct. @rustbot ready |
|
Thanks! If CI's happy hopefully that means that link's correct -- the macros definitely complicate things here. @bors r+ |
|
I took example on another doc comment in the same macros, which uses the "reference links" feature. |
|
Can this PR be rolled up ? |
…g-zeroes-docs, r=scottmcm Add a reference to ilog2 in leading_zeros integer docs Fixes rust-lang#104248
…llaumeGomez Rollup of 8 pull requests Successful merges: - rust-lang#104110 (prevent uninitialized access in black_box for zero-sized-types) - rust-lang#104117 (Mark `trait_upcasting` feature no longer incomplete.) - rust-lang#104144 (Suggest removing unnecessary `.` to use a floating point literal) - rust-lang#104250 (Migrate no result page link color to CSS variables) - rust-lang#104261 (More accurately report error when formal and expected signature types differ) - rust-lang#104263 (Add a reference to ilog2 in leading_zeros integer docs) - rust-lang#104308 (Remove the old `ValidAlign` name) - rust-lang#104319 (Fix non clickable source link) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes #104248