Convert to inline diagnostics in rustc_mir_dataflow#152073
Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom Feb 4, 2026
Merged
Convert to inline diagnostics in rustc_mir_dataflow#152073rust-bors[bot] merged 1 commit intorust-lang:mainfrom
rustc_mir_dataflow#152073rust-bors[bot] merged 1 commit intorust-lang:mainfrom
Conversation
5 tasks
Member
|
So that Jana doesn’t have to review too many PRs :) r? me @bors r+ rollup |
Contributor
This comment has been minimized.
This comment has been minimized.
2b02964 to
4fdd085
Compare
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. |
Contributor
Author
|
@bors r=lqd |
Contributor
JonathanBrouwer
added a commit
to JonathanBrouwer/rust
that referenced
this pull request
Feb 3, 2026
…ow, r=lqd Convert to inline diagnostics in `rustc_mir_dataflow` For rust-lang#151366 r? @jdonszelmann
This was referenced Feb 3, 2026
rust-bors bot
pushed a commit
that referenced
this pull request
Feb 4, 2026
…uwer Rollup of 7 pull requests Successful merges: - #148967 (const-eval: always do mem-to-mem copies if there might be padding involved) - #152012 (Use `DEVELOPER_DIR` instead of a custom `xcode-select` script) - #152044 (Convert to inline diagnostics in `rustc_incremental`) - #152046 (Use glob imports for attribute parsers) - #152054 (Distinguish error message for `#[diagnostic::on_const]` on const trait impls) - #152059 (Fix some autodiff tests require Clto=fat) - #152073 (Convert to inline diagnostics in `rustc_mir_dataflow`)
rust-timer
added a commit
that referenced
this pull request
Feb 4, 2026
Rollup merge of #152073 - JonathanBrouwer:convert_mir_dataflow, r=lqd Convert to inline diagnostics in `rustc_mir_dataflow` For #151366 r? @jdonszelmann
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.
For #151366
r? @jdonszelmann