rustdoc: Fix visibility of trait and impl items#81288
Merged
bors merged 1 commit intorust-lang:masterfrom Jan 24, 2021
Merged
Conversation
Member
Author
|
Beta-nominated since this is a regression from stable to beta. Not sure if it's worth backporting, but we should definitely consider it. |
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
30e8fc3 to
10a7df7
Compare
This comment has been minimized.
This comment has been minimized.
Member
Author
|
CI caught a bug: |
10a7df7 to
659d515
Compare
Member
Author
|
@jyn514 CI should pass now, but I think you should re-review as the behavior has changed. |
659d515 to
93e51b1
Compare
Member
|
@bors r+ Looks great, thanks! |
Collaborator
|
📌 Commit 93e51b1 has been approved by |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jan 23, 2021
…as-schievink Rollup of 15 pull requests Successful merges: - rust-lang#79841 (More clear documentation for NonNull<T>) - rust-lang#81072 (PlaceRef::ty: use method call syntax) - rust-lang#81130 (Edit rustc_middle::dep_graph module documentation) - rust-lang#81170 (Avoid hash_slice in VecDeque's Hash implementation) - rust-lang#81243 (mir: Improve size_of handling when arg is unsized) - rust-lang#81245 (Update cargo) - rust-lang#81249 (Lower closure prototype after its body.) - rust-lang#81252 (Add more self-profile info to rustc_resolve) - rust-lang#81275 (Fix <unknown> queries and add more timing info to render_html) - rust-lang#81281 (Inline methods of Path and OsString) - rust-lang#81283 (Note library tracking issue template in tracking issue template.) - rust-lang#81285 (Remove special casing of rustdoc in rustc_lint) - rust-lang#81288 (rustdoc: Fix visibility of trait and impl items) - rust-lang#81298 (replace RefCell with Cell in FnCtxt) - rust-lang#81301 (Fix small typo) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Merged
ehuss
pushed a commit
to ehuss/rust
that referenced
this pull request
Feb 5, 2021
rustdoc: Fix visibility of trait and impl items Fixes rust-lang#81274. r? `@jyn514`
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Feb 6, 2021
[beta] backports This backports: * CI: only copy python.exe to python3.exe if the latter does not exist rust-lang#81762 * Make hitting the recursion limit in projection non-fatal rust-lang#81055 * Remove incorrect `delay_span_bug` rust-lang#81532 * introduce future-compatibility warning for forbidden lint groups rust-lang#81556 * Update cargo rust-lang#81755 * rustdoc: Fix visibility of trait and impl items rust-lang#81288 * Work around missing -dev packages in solaris docker image. rust-lang#81229 * Update LayoutError/LayoutErr stability attributes rust-lang#81767 * Revert 78373 ("dont leak return value after panic in drop") rust-lang#81257 * Rename `panic_fmt` lint to `non_fmt_panic` rust-lang#81729
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #81274.
r? @jyn514