- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13.9k
Reorder checks to make sure potential missing expect on Option/Result… #117695
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
Reorder checks to make sure potential missing expect on Option/Result… #117695
Conversation
| Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @cjgillot (or someone else) soon. 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 ( 
 | 
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
ac19d49    to
    d38925c      
    Compare
  
    
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
d38925c    to
    28dca56      
    Compare
  
    
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
28dca56    to
    ed3a427      
    Compare
  
    
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
ed3a427    to
    348e59f      
    Compare
  
    
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
348e59f    to
    3af6809      
    Compare
  
    
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
3af6809    to
    00001eb      
    Compare
  
    
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
Suggestions are reordered to to make sure potential missing expect on Option/Result runs before the suggestion to remove the last method call
00001eb    to
    1854776      
    Compare
  
    | Ok after a few silly mistakes and some wasted cloud resources, this has passed. @compiler-errors or other, is there anything else I need to do? | 
| @rustbot review | 
| @bors r+ | 
…iaskrgr Rollup of 4 pull requests Successful merges: - rust-lang#114224 (rustc_llvm: Link to libkstat on Solaris/SPARC) - rust-lang#117695 (Reorder checks to make sure potential missing expect on Option/Result…) - rust-lang#117870 (`fn args_ref_X` to `fn args_X`) - rust-lang#117879 (tests: update check for inferred nneg on zext) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#117695 - 3tilley:prioritise-unwrap-expect-over-last-method-call, r=compiler-errors Reorder checks to make sure potential missing expect on Option/Result… … runs before removing last method call Fixes rust-lang#117669
… runs before removing last method call
Fixes #117669