- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13.9k
Fix ICEs when using continue as an array length inside closures (inside loop conditions) #51731
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
| The job  Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact  | 
| @TimNN: the above log snippet is entirely blank. | 
9d9c597    to
    712cc76      
    Compare
  
    
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
| ☔ The latest upstream changes (presumably #51727) made this pull request unmergeable. Please resolve the merge conflicts. | 
184c92a    to
    ee7e30f      
    Compare
  
    | @bors r+ | 
| 📌 Commit c3d6ee9 has been approved by  | 
…r=estebank Fix ICEs when using continue as an array length inside closures (inside loop conditions) Fixes rust-lang#51707. Fixes rust-lang#51708. r? @estebank
Rollup of 11 pull requests Successful merges: - #51104 (add `dyn ` to display of dynamic (trait) types) - #51153 (Link panic and compile_error docs) - #51642 (Fix unknown windows build) - #51730 (New safe associated functions for PinMut) - #51731 (Fix ICEs when using continue as an array length inside closures (inside loop conditions)) - #51747 (Add error for using null characters in #[export_name]) - #51769 (Update broken rustc-guide links) - #51786 (Remove unnecessary stat64 pointer casts) - #51788 (Fix typo) - #51789 (Don't ICE when performing `lower_pattern_unadjusted` on a `TyError`) - #51791 (Minify css) Failed merges: r? @ghost
| ☔ The latest upstream changes (presumably #51805) made this pull request unmergeable. Please resolve the merge conflicts. | 
Fixes #51707.
Fixes #51708.
r? @estebank