Uh oh!
There was an error while loading. Please reload this page.
Convert to inline diagnostics in rustc_passes - #152189
Merged
Merged
Conversation
rustbot
commented
Feb 5, 2026
Collaborator
Some changes occurred in compiler/rustc_passes/src/check_attr.rs |
7 tasks
JonathanBrouwerforce-pushed
the
convert_passes
branch
from
February 6, 2026 12:32
af48b5b to
ea43035Comparerustbot
commented
Feb 6, 2026
Collaborator
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
lqd
commented
Feb 6, 2026
Member
I'll also take this one, we're so close r? me |
lqd
commented
Feb 6, 2026
Member
@bors r+ rollup |
Contributor
Uh oh!
There was an error while loading. Please reload this page.
rust-timer added a commit
that referenced
this pull request
Feb 6, 2026
Rollup merge of #152189 - JonathanBrouwer:convert_passes, r=lqd Convert to inline diagnostics in `rustc_passes` For #151366 r? @jdonszelmann
flip1995 pushed a commit
to flip1995/rust-clippy
that referenced
this pull request
Aug 17, 2026
…uwer Rollup of 3 pull requests Successful merges: - rust-lang/rust#152129 (MGCA: require #[type_const] on free consts too) - rust-lang/rust#152139 (mGCA: Support directly represented negated literals) - rust-lang/rust#152189 (Convert to inline diagnostics in `rustc_passes`)
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.
For #151366
r? @jdonszelmann