Uh oh!
There was an error while loading. Please reload this page.
Add a reference to ilog2 in leading_zeros integer docs - #104263
Conversation
rustbot
commented
Nov 10, 2022
r? @scottmcm (rustbot has picked a reviewer for you, use r? to override) |
rustbot
commented
Nov 10, 2022
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
38f2f1eComparealbertlarsan68
commented
Nov 10, 2022
@rustbot label +A-docs |
38f2f1e to
d85b614Compare
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
albertlarsan68
commented
Nov 11, 2022
CI passes, I hope the links are correct. @rustbot ready |
scottmcm
commented
Nov 12, 2022
Thanks! If CI's happy hopefully that means that link's correct -- the macros definitely complicate things here. @bors r+ |
bors
commented
Nov 12, 2022
albertlarsan68
commented
Nov 12, 2022
I took example on another doc comment in the same macros, which uses the "reference links" feature. |
albertlarsan68
commented
Nov 12, 2022
Can this PR be rolled up ? |
…g-zeroes-docs, r=scottmcm Add a reference to ilog2 in leading_zeros integer docs Fixesrust-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