Fix rustdoc ICE on deprecated note in inlined re-export chain#158820
Merged
rust-bors[bot] merged 1 commit intoJul 6, 2026
Conversation
Collaborator
|
r? @notriddle rustbot has assigned @notriddle. Use Why was this reviewer chosen?The reviewer was selected based on:
|
GuillaumeGomez
approved these changes
Jul 5, 2026
Member
|
Looks good to me, thanks! Just gonna wait for #158751 to be merged first. |
Member
Author
|
r? GuillaumeGomez Since the pr got merged, this pr is ready for merge? |
| @@ -0,0 +1,15 @@ | |||
| //@ check-pass | |||
Member
There was a problem hiding this comment.
Forgot to mention: please add a description of what this test is checking.
GuillaumeGomez
approved these changes
Jul 6, 2026
Member
|
@bors squash |
This comment has been minimized.
This comment has been minimized.
* add regression test for deprecated note on inlined reexport chain * resolve deprecated-note links from the owning reexport * add a comment to regression test
Contributor
|
🔨 3 commits were squashed into e7408fb. |
c952d72 to
e7408fb
Compare
Member
|
Thanks! @bors r+ rollup |
Contributor
JonathanBrouwer
added a commit
to JonathanBrouwer/rust
that referenced
this pull request
Jul 6, 2026
…rt-chain, r=GuillaumeGomez Fix rustdoc ICE on deprecated note in inlined re-export chain Fixes rust-lang#158745
This was referenced Jul 6, 2026
rust-bors Bot
pushed a commit
that referenced
this pull request
Jul 6, 2026
…uwer Rollup of 12 pull requests Successful merges: - #156976 (enable eager `param_env` norm in new solver) - #158537 (Add `std::io::cursor::WriteThroughCursor`) - #158540 (Move `std::io::Seek` to `core::io`) - #157820 (consider subtyping when checking if an infer var is sized) - #158505 (Update POSIX edition links) - #158853 (Fix typo for link on nto-qnx.md) - #157466 (Better error message when bare type in impl parameter list) - #157966 (Emit a suggestion to cast the never type into a concrete type when it fails to satisfy an `impl Trait` bound) - #158381 (Expose debug scope of statement and terminator in rustc_public) - #158405 (rustc_target: Add ARMv8-M related target features) - #158770 (Weaken guarantee for `From<legacy::RangeInclusive> for RangeInclusive`) - #158820 (Fix rustdoc ICE on deprecated note in inlined re-export chain)
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 #158745