Uh oh!
There was an error while loading. Please reload this page.
Migrate rustc_ty_utils to SessionDiagnostic - #100735
Conversation
rust-highfive
commented
Aug 18, 2022
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @fee1-dead (or someone else) soon. Please see the contribution instructions for more information. |
rustbot
commented
Aug 18, 2022
|
fee1-dead
commented
Aug 19, 2022
r? @davidtwco |
Uh oh!
There was an error while loading. Please reload this page.
davidtwco
commented
Aug 19, 2022
@bors r+ |
bors
commented
Aug 19, 2022
📌 Commit c817dc30cfd464a8a1e3121d2dcd06a61be1461f has been approved by It is now in the queue for this repository. |
davidtwco
commented
Aug 19, 2022
@bors r- |
c817dc3 to
8028ec1Comparepetermused
commented
Aug 19, 2022
I have moved the |
davidtwco
commented
Aug 19, 2022
@bors r+ |
bors
commented
Aug 19, 2022
📌 Commit 8028ec186e8dcb583c6e9740e26863378da5d0dd has been approved by It is now in the queue for this repository. |
This comment was marked as resolved.
This comment was marked as resolved.
8028ec1 to
2957815Comparebors
commented
Aug 22, 2022
📌 Commit 7affbb0f163f24033161ae38c8038cf667c20282 has been approved by It is now in the queue for this repository. |
This comment was marked as resolved.
This comment was marked as resolved.
davidtwco
commented
Aug 25, 2022
Re-request a review once you've resolved the conflicts so that I can re-approve. |
7affbb0 to
7754ab1Comparepetermused
commented
Aug 25, 2022
r? @davidtwco |
davidtwco
commented
Aug 26, 2022
@bors r+ |
bors
commented
Aug 26, 2022
📌 Commit 7754ab1441b43663ddbf3fa576ad75d0c744d475 has been approved by It is now in the queue for this repository. |
This comment was marked as resolved.
This comment was marked as resolved.
7754ab1 to
01c1616Comparepetermused
commented
Aug 26, 2022
Fixed some more merge conficts r? @davidtwco |
davidtwco
commented
Aug 26, 2022
@bors r+ |
bors
commented
Aug 26, 2022
compiler-errors
commented
Aug 26, 2022
@bors rollup |
…mpiler-errors Rollup of 9 pull requests Successful merges: - rust-lang#100724 (Migrate ast lowering to session diagnostic) - rust-lang#100735 (Migrate `rustc_ty_utils` to `SessionDiagnostic`) - rust-lang#100738 (Diagnostics migr const eval) - rust-lang#100744 (Migrate rustc_mir_dataflow to diagnostic structs) - rust-lang#100776 (Migrate `rustc_lint` errors to `SessionDiagnostic`) - rust-lang#100817 (sugg: suggest the usage of boolean value when there is a typo in the keyword) - rust-lang#100836 (Migrate `rustc_attr` crate diagnostics) - rust-lang#100890 (Migrate rustc_driver to SessionDiagnostic) - rust-lang#100900 (on `region_errors.rs`) Failed merges: - rust-lang#100831 (Migrate `symbol_mangling` module to new diagnostics structs) r? `@ghost` `@rustbot` modify labels: rollup
I have migrated the
rustc_ty_utilscrate to useSessionDiagnostic, motivated by the recent blog post about the diagnostic translation effort.This is my first PR to the Rust repository, so if I have missed anything, or anything needs to be changed, please let me know! 😄
@rustbot label +A-translation