fix(rustc_hir_analysis): handle Node::Synthetic in diagnostic_hir_wf_check - #159627
fix(rustc_hir_analysis): handle Node::Synthetic in diagnostic_hir_wf_check#159627DAstapov wants to merge 2 commits into
Conversation
|
Thanks for the pull request, and welcome! The Rust Project is excited to review your changes, and you should hear from @jieyouxu (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
Why was this reviewer chosen?The reviewer was selected based on:
|
This comment has been minimized.
This comment has been minimized.
|
This PR changes a file inside |
β¦eck-synthetic tests
There was a problem hiding this comment.
This looks like #157856 next doors, where we are papering over a synthetic node being reachable here in HIR wfcheck π€ ICEing here seems more correct than trying to paper over the cases?
I can't dig into this any time soon (there's some non-trivial bootstrap reviews I need to prioritize) so rolling another compiler reviewer.
@rustbot reroll
|
r? types |
|
There are currently no comments on |
Closes #159557
Closes #148630