- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13.9k
Clean up errors in typeck and resolve #74005
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
| (rust_highfive has picked a reviewer for you, use r? to override) | 
| I'm not familiar with this part of the code base. r? @petrochenkov maybe? | 
| @estebank | 
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
…ochenkov Detect tuple struct incorrectly used as struct pat Subpart of rust-lang#74005. r? @petrochenkov
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
| Blocked on #74210. | 
| The pre-requisite PRs have landed. | 
9784cac    to
    f0b4464      
    Compare
  
    | @petrochenkov I cleaned up the PR a little bit against current master. I'll update the description later as a lot of the original PR has landed in others. | 
fc08a8a    to
    1df662c      
    Compare
  
    5139684    to
    b90ee09      
    Compare
  
    | Split off a bunch of unrelated changes to #75267. | 
b90ee09    to
    132bb69      
    Compare
  
    | This still looks like a collection of unrelated changes and it's hard to see which tests are affected by which changes. | 
132bb69    to
    3b56e91      
    Compare
  
    | @petrochenkov I split a few things that were fully removable from the PR into others, and split the rest of the code into independent commits that show the effects of specific changes on the output. Splitting these into separate PRs becomes hard because in many cases they affect the  | 
| @estebank | 
| @petrochenkov Will do, but I am at a loss of an alternate way to accomplish this change. | 
Modify logic to make it easier to follow and recover labels that would otherwise be lost.
3b56e91    to
    54f1b43      
    Compare
  
    | @petrochenkov done. | 
| @bors r+ | 
| 📌 Commit 54f1b43 has been approved by  | 
| ☀️ Test successful - checks-actions, checks-azure | 
CC #34255.