- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13.9k
Const closures #106004
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
Const closures #106004
Conversation
| r? @lcnr (rustbot has picked a reviewer for you, use r? to override) | 
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
| r? @oli-obk | 
2d27288    to
    38a37e0      
    Compare
  
    
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
ac879d2    to
    b17e37d      
    Compare
  
    
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
b17e37d    to
    232f164      
    Compare
  
    
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
eb0dedc    to
    cfb9179      
    Compare
  
    
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
cfb9179    to
    b991b31      
    Compare
  
    | Some changes occurred in src/tools/rustfmt cc @rust-lang/rustfmt Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any  Examples of  
 | 
| ☔ The latest upstream changes (presumably #106210) made this pull request unmergeable. Please resolve the merge conflicts. | 
| This impl lgtm and does not unduely complicate my effects generics PR, so r=me after a rebase | 
b991b31    to
    adcea57      
    Compare
  
    | @bors r=oli-obk | 
| 📌 Commit adcea57190451565345b19f58da3cf9e024b79bd has been approved by  It is now in the queue for this repository. | 
adcea57    to
    ca1eb43      
    Compare
  
    | @bors r=oli-obk | 
| @bors r- | 
| @bors r+ | 
| Link to #106003 in description would be nice. | 
| ☀️ Test successful - checks-actions | 
| Finished benchmarking commit (279f1c9): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment. 
 Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment. 
 CyclesThis benchmark run did not return any relevant results for this metric. | 
Enables parsing of the syntax for `#![features(const_closures)]` introduced in rust-lang/rust#106004
Enables parsing of the syntax for `#![features(const_closures)]` introduced in rust-lang/rust#106004
Enables parsing of the syntax for `#![features(const_closures)]` introduced in rust-lang/rust#106004
Parse const_closures syntax. Enables parsing of the syntax for `#![features(const_closures)]` introduced in [this PR](rust-lang/rust#106004)

cc #106003