Conversation
The doc link from `DedupSortedIter` to `BTreeMap::bulk_build_from_sorted_iter` was broken when building internal documentation,
|
(rust-highfive has picked a reviewer for you, use r? to override) |
|
Can you also add that configuration to mingw-check's doc check? That way we fix this permanently (for std at least). I think it should be largely a superset of public items, so hopefully only helps. (r=me with that done) |
|
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
|
@bors r=Mark-Simulacrum rollup |
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#101322 (Fix internal doc link) - rust-lang#101385 (updated description of File struct in std::fs) - rust-lang#101388 (Don't delay invalid LHS bug unless it will be covered by an error in `check_overloaded_binop`) - rust-lang#101394 (Forbid mixing `System` with direct sytem allocator calls) - rust-lang#101397 (rustdoc: remove redundant mobile-sized `.source nav:not(.sidebar).sub`) - rust-lang#101401 (Make `char::is_lowercase` and `char::is_uppercase` const) - rust-lang#101407 (Remove duplicated test (superseeded by search-form-elements.goml)) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
| python3 ../x.py test --stage 0 core alloc std test proc_macro && \ | ||
| python3 ../x.py doc --stage 0 library/test && \ | ||
| # Build both public and internal documentation. | ||
| RUSTDOCFLAGS="--document-private-items" python3 ../x.py doc --stage 0 library/test && \ |
There was a problem hiding this comment.
If you don't mind adding --document-hidden-items here, we could close #87844.
The doc link from
DedupSortedItertoBTreeMap::bulk_build_from_sorted_iterwas broken when building internal documentation,This prevented me from building internal documentation locally: