-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Convert to inline diagnostics in rustc_interface
#152047
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
r? @SparrowLii rustbot has assigned @SparrowLii. Use |
|
r? me |
|
r=me when ci is green |
|
@bors r+ rollup |
This comment has been minimized.
This comment has been minimized.
5df3138 to
0fd3113
Compare
This comment has been minimized.
This comment has been minimized.
|
@bors r=jdonszelmann |
This comment has been minimized.
This comment has been minimized.
0fd3113 to
e7c142c
Compare
|
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. |
|
@bors r=jdonszelmann |
…uwer Rollup of 5 pull requests Successful merges: - #151893 (Move the query list into a new `rustc_middle::queries` module) - #152060 (ci: Optimize loongarch64-linux dist builders) - #151993 (Add uv to the list of possible python runners) - #152047 (Convert to inline diagnostics in `rustc_interface`) - #152053 (Avoid semicolon suggestion when tail expr is error) Failed merges: - #152023 (Some `rustc_query_system` cleanups)
Rollup merge of #152047 - JonathanBrouwer:convert_interface, r=jdonszelmann Convert to inline diagnostics in `rustc_interface` For #151366 (comment)
For #151366 (comment)