Uh oh!
There was an error while loading. Please reload this page.
fix ICE: rustdoc: const parameter types cannot be generic #149288 - #149334
Merged
Conversation
Member
Thanks! Could you please add a regression test? A UI test in |
asukaminato0721
marked this pull request as ready for review
November 26, 2025 07:33
rustbot
commented
Nov 26, 2025
Collaborator
r? @notriddle rustbot has assigned @notriddle. Use |
notriddle
commented
Nov 27, 2025
Contributor
@bors r+ |
bors
commented
Nov 27, 2025
Collaborator
bors added a commit
that referenced
this pull request
Nov 27, 2025
Rollup of 6 pull requests Successful merges: - #148256 (remove support for `typeof`) - #148589 (Rename `DropGuard::into_inner` to `DropGuard::dismiss`) - #149001 (Fix false positive of "multiple different versions of crate X in the dependency graph") - #149334 (fix ICE: rustdoc: const parameter types cannot be generic #149288) - #149345 (Deeply normalize param env in `compare_impl_item` if using the next solver) - #149367 (Tidying up UI tests [4/N]) r? `@ghost` `@rustbot` modify labels: rollup
Uh oh!
There was an error while loading. Please reload this page.
rust-timer added a commit
that referenced
this pull request
Nov 27, 2025
flip1995 pushed a commit
to flip1995/rust-clippy
that referenced
this pull request
Aug 17, 2026
Rollup of 6 pull requests Successful merges: - rust-lang/rust#148256 (remove support for `typeof`) - rust-lang/rust#148589 (Rename `DropGuard::into_inner` to `DropGuard::dismiss`) - rust-lang/rust#149001 (Fix false positive of "multiple different versions of crate X in the dependency graph") - rust-lang/rust#149334 (fix ICE: rustdoc: const parameter types cannot be generic rust-lang/rust#149288) - rust-lang/rust#149345 (Deeply normalize param env in `compare_impl_item` if using the next solver) - rust-lang/rust#149367 (Tidying up UI tests [4/N]) r? `@ghost` `@rustbot` modify labels: rollup
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 freeto 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.
fix#149288
Applied the patch.