- 
                Notifications
    
You must be signed in to change notification settings  - Fork 13.9k
 
Fix an issue with const inference variables sticking around under Chalk + NLL #65696
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
          
     Merged
      
      
    Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    
              
                    Centril
  
              
              reviewed
              
                  
                    Oct 22, 2019 
                  
              
              
            
            
              
                    varkor
  
              
              commented
              
                  
                    Oct 22, 2019 
                  
              
              
            
            
63d4efa    to
    51c6874      
    Compare
  
    
              
                    eddyb
  
              
              reviewed
              
                  
                    Oct 23, 2019 
                  
              
              
            
            
              
                    eddyb
  
              
              reviewed
              
                  
                    Oct 23, 2019 
                  
              
              
            
            
              
                    eddyb
  
              
              approved these changes
              
                  
                    Oct 23, 2019 
                  
              
              
            
            
| 
           cc @nikomatsakis @rust-lang/wg-traits @bors r+  | 
    
| 
           📌 Commit 624e34a has been approved by   | 
    
| 
           @bors rollup  | 
    
    
  Centril 
      added a commit
        to Centril/rust
      that referenced
      this pull request
    
      Oct 23, 2019 
    
    
      
  
    
      
    
  
…ue, r=eddyb Fix an issue with const inference variables sticking around under Chalk + NLL Fixes rust-lang#65675. Fixes rust-lang#62579. r? @eddyb cc @LukasKalbertodt @Skinny121
    
  bors 
      added a commit
      that referenced
      this pull request
    
      Oct 24, 2019 
    
    
      
  
    
      
    
  
Rollup of 12 pull requests Successful merges: - #64178 (More Clippy fixes for alloc, core and std) - #65144 (Add Cow::is_borrowed and Cow::is_owned) - #65193 (Lockless LintStore) - #65479 (Add the `matches!( $expr, $pat ) -> bool` macro) - #65518 (Avoid ICE when checking `Destination` of `break` inside a closure) - #65583 (rustc_metadata: use a table for super_predicates, fn_sig, impl_trait_ref.) - #65641 (Derive `Rustc{En,De}codable` for `TokenStream`.) - #65648 (Eliminate `intersect_opt`.) - #65657 (Remove `InternedString`) - #65691 (Update E0659 error code long explanation to 2018 edition) - #65696 (Fix an issue with const inference variables sticking around under Chalk + NLL) - #65704 (relax ExactSizeIterator bound on write_bytes) Failed merges: r? @ghost
| 
           ☔ The latest upstream changes (presumably #65733) made this pull request unmergeable. Please resolve the merge conflicts.  | 
    
      
        
      
      
  
    16 tasks
  
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      Labels
      
    F-const_generics
  `#![feature(const_generics)]` 
  
    S-waiting-on-author
  Status: This is awaiting some action (such as code changes or more information) from the author. 
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Fixes #65675.
Fixes #62579.
r? @eddyb
cc @LukasKalbertodt @Skinny121