- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13.9k
Always name the return place. #111618
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
Always name the return place. #111618
Conversation
| r? @davidtwco (rustbot has picked a reviewer for you, use r? to override) | 
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
| ☔ The latest upstream changes (presumably #111556) made this pull request unmergeable. Please resolve the merge conflicts. | 
00978a5    to
    8dfac29      
    Compare
  
    
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
b768e1e    to
    c4e97a2      
    Compare
  
    | r=me with commits squashed | 
c4e97a2    to
    a60e707      
    Compare
  
    | @bors r=tmiasko | 
Always name the return place. MIR opts more and more consider `_0` as just another local, so there is no point in keeping the special case in debug-info logic.
| @bors r- failed in #111732 (comment) | 
a60e707    to
    6db8d20      
    Compare
  
    | @bors r+ | 
| 📌 Commit 6db8d205d831f3c9d7cb45b039cbb3f4134935df has been approved by  It is now in the queue for this repository. | 
f014d94    to
    7e75612      
    Compare
  
    | @bors r+ | 
| ⌛ Testing commit 7e75612 with merge 71c21666f44026562fa3e1e0bc86b6031029ed62... | 
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
| 💔 Test failed - checks-actions | 
Always name the return place. MIR opts more and more consider `_0` as just another local, so there is no point in keeping the special case in debug-info logic.
| @bors r- | 
7e75612    to
    d7983a2      
    Compare
  
    | @bors r=tmiasko | 
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#111618 (Always name the return place.) - rust-lang#113247 (Add Tests for native wasm exceptions) - rust-lang#113273 (Use String or Int to set the opt level) - rust-lang#113469 (Remove `default_free_fn` feature) - rust-lang#113493 (additional io::copy specializations) r? `@ghost` `@rustbot` modify labels: rollup
MIR opts more and more consider
_0as just another local, so there is no point in keeping the special case in debug-info logic.