-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Convert core/num/mod.rs to intra-doc links #75807
Conversation
Highfive seems to be confused this morning .. cc @rust-lang/infra. |
Highfive is running, it "just" crashed when trying to assign a reviewer. Haven't looked into why it did that. |
@pietroalbini |
Postponing this until I fix #75809 because I don't want to mess around with |
For what its worth, I saw no problems with the current changes once #75809 is fixed. |
I guess every PR should have an assignee, so r? @GuillaumeGomez |
I could probably just assign myself 😆 but I don't mind either way. |
I don't mind either. :p As for the |
Ouf! |
This comment has been minimized.
This comment has been minimized.
ac7de01
to
b830459
Compare
FWIW I'm ok with just not having the |
b830459
to
90a25ea
Compare
This is ready to go as soon as #79150 lands :) I rebased over it to avoid merge conflicts. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
#79150 has been merged :) |
@poliorcetics this is waiting on #80660 now 😆 so I can automate the switch with |
This comment has been minimized.
This comment has been minimized.
I don't think this is blocked any more! |
dbc544e
to
ea3118c
Compare
This is finally ready to land! |
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 !
@bors r=poliorcetics rollup |
📌 Commit ea3118c has been approved by |
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 too.
Rollup of 16 pull requests Successful merges: - rust-lang#75807 (Convert core/num/mod.rs to intra-doc links) - rust-lang#80534 (Use #[doc = include_str!()] in std) - rust-lang#80553 (Add an impl of Error on `Arc<impl Error>`.) - rust-lang#81167 (Make ptr::write const) - rust-lang#81575 (rustdoc: Name fields of `ResolutionFailure::WrongNamespace`) - rust-lang#81713 (Account for associated consts in the "unstable assoc item name colission" lint) - rust-lang#82078 (Make char and u8 methods const) - rust-lang#82087 (Fix ICE caused by suggestion with no code substitutions) - rust-lang#82090 (Do not consider using a semicolon inside of a different-crate macro) - rust-lang#82213 (Slices for vecs) - rust-lang#82214 (Remove redundant to_string calls) - rust-lang#82220 (fix the false 'defined here' messages) - rust-lang#82313 (Update normalize.css to 8.0.1) - rust-lang#82321 (AST: Remove some unnecessary boxes) - rust-lang#82364 (Improve error msgs when found type is deref of expected) - rust-lang#82514 (Update Clippy) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Helps with #75080.
This can't convert the associated constants
MAX
andMIN
until #74489 is merged.r? @poliorcetics