-
Notifications
You must be signed in to change notification settings - Fork 14k
Migrate rustc_middle diagnostic
#101021
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
Migrate rustc_middle diagnostic
#101021
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @jackh726 (or someone else) soon. Please see the contribution instructions for more information. |
|
cc @davidtwco, @compiler-errors, @JohnTitor, @estebank, @TaKO8Ki |
This comment has been minimized.
This comment has been minimized.
ec88d70 to
8e5ed56
Compare
This comment has been minimized.
This comment has been minimized.
8e5ed56 to
b9c60c6
Compare
This comment has been minimized.
This comment has been minimized.
b9c60c6 to
9d0c521
Compare
This comment has been minimized.
This comment has been minimized.
9d0c521 to
e1f36e1
Compare
|
r? @davidtwco |
This comment has been minimized.
This comment has been minimized.
05ff432 to
63ce44d
Compare
This comment was marked as resolved.
This comment was marked as resolved.
428e11e to
b37e645
Compare
davidtwco
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this, I've left one comment with what you've got so far, I assume you're still working your way through the crate and not looking to merge yet?
|
@bors r+ |
Rollup of 5 pull requests Successful merges: - rust-lang#100658 (TyCtxt::get_attr should check that no duplicates are allowed) - rust-lang#101021 (Migrate ``rustc_middle`` diagnostic) - rust-lang#101287 (Document eager evaluation of `bool::then_some` argument) - rust-lang#101412 (Some more cleanup in `core`) - rust-lang#101427 (Fix ICE, generalize 'move generics to trait' suggestion for >0 non-rcvr arguments) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Part of #100717