Uh oh!
There was an error while loading. Please reload this page.
pass --lib to x doc - #112211
Conversation
rustbot
commented
Jun 2, 2023
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @ozkanonur (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
onur-ozkan
left a comment
There was a problem hiding this comment.
onur-ozkan
commented
Jun 2, 2023
@rustbot author |
0373f55 to
a07b250Compare@jyn514@ozkanonur Request for your review 💟 @rustbot review |
jyn514
commented
Jun 2, 2023
I'm short on time for reviews, please don't assign me. |
eval-exec
commented
Jun 2, 2023
Question: How can I build this page on my localhost? I want to view these crates doc on my branch. |
jyn514
commented
Jun 2, 2023
@eval-exec try |
onur-ozkan
commented
Jun 2, 2023
jfyi: In most cases, we do not reassign the reviewer unless there is a specific reason to do so :) |
Uh oh!
There was an error while loading. Please reload this page.
927d5e6 to
57287aeCompareonur-ozkan
commented
Jun 2, 2023
If things goes more complicated than we expected, we can implement the first solution which was |
This comment has been minimized.
This comment has been minimized.
It's probably because you didn't build --
Yes please. Updating the binary name requires updating so many different spots in bootstrapping, which will fail the CI until we replace all of them correctly. So it's better to simply implement the first idea. |
57287ae to
8657a64Compareeval-exec
commented
Jun 2, 2023
|
bootstrap/bin/rustdoc.rs to bootstrap/bin/rustdoc-shim.rs--lib to x doconur-ozkan
commented
Jun 2, 2023
No worries, I tested it and it works well :) @bors r+ rollup |
bors
commented
Jun 2, 2023
…mpiler-errors Rollup of 6 pull requests Successful merges: - rust-lang#109609 (Separate AnonConst from ConstBlock in HIR.) - rust-lang#112166 (bootstrap: Rename profile = user to profile = dist) - rust-lang#112168 (Lower `unchecked_div`/`_rem` to MIR's `BinOp::Div`/`Rem`) - rust-lang#112183 (Normalize anon consts in new solver) - rust-lang#112211 (pass `--lib` to `x doc`) - rust-lang#112223 (Don't ICE in new solver when auto traits have associated types) r? `@ghost` `@rustbot` modify labels: rollup
| cargo.arg("-Zskip-rustdoc-fingerprint"); | ||
| // Only include compiler crates, no dependencies of those, such as `libc`. | ||
| cargo.arg("--no-deps"); | ||
| cargo.arg("--lib"); |
There was a problem hiding this comment.
this is passed for all tools, not just bootstrap. was that intentional?
There was a problem hiding this comment.
Oops, missed it. Thanks for catching, will fix it.
There was a problem hiding this comment.
I'm sorry, I made a mistake. Thank you for your correction.
extend `tool_doc!` with `only_libs` arg resolvesrust-lang#112211 (comment)
refactor `tool_doc!` resolvesrust-lang#112211 (comment)
refactor `tool_doc!` resolvesrust-lang#112211 (comment)


This PR want to close#112082