- 
                Notifications
    
You must be signed in to change notification settings  - Fork 13.9k
 
Stabilize const_ptr_read #97320
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
Stabilize const_ptr_read #97320
Conversation
| 
           Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any  Examples of  
  | 
    
| 
          
 (rust-highfive has picked a reviewer for you, use r? to override)  | 
    
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
ffee3f8    to
    2e087f9      
    Compare
  
    
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
2e087f9    to
    c864425      
    Compare
  
    
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
c864425    to
    91cd111      
    Compare
  
    b28eb19    to
    b637419      
    Compare
  
    
      
        
              This comment has been minimized.
        
        
      
    
  This comment has been minimized.
b637419    to
    b92fb7f      
    Compare
  
    | 
           r? @m-ou-se for T-libs-api FCP (maybe on the tracking issue, not sure)  | 
    
| 
           ☔ The latest upstream changes (presumably #93967) made this pull request unmergeable. Please resolve the merge conflicts.  | 
    
b92fb7f    to
    414638e      
    Compare
  
    | 
           Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any  Examples of  
  | 
    
| 
           Removing  @rustbot label -T-compiler  | 
    
| 
           ☔ The latest upstream changes (presumably #98674) made this pull request unmergeable. Please resolve the merge conflicts.  | 
    
| 
           👋 Hello, I'm writing this comment in this stabilization PR to notify you, the authors of this PR, that #100591 has been merged, which implemented a change in how features are stabilized. Your PR has been filed before the change, so will likely require modifications in order to comply with the new rules. I recommend you to: 
 That's it! The  If you have any questions, feel free to drop by the zulip stream, or ping me directly in this PR's thread. Thanks! 👋  | 
    
414638e    to
    d2d2538      
    Compare
  
    | 
           @usbalbin FYI you have merge conflicts. Please fix those so this PR can be merged, now that the FCP is complete.  | 
    
| 
           @rustbot author  | 
    
882622d    to
    8855f20      
    Compare
  
    | 
           The Miri subtree was changed cc @rust-lang/miri These commits modify the  If this was unintentional then you should revert the changes before this PR is merged. Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt  | 
    
          
 How do I undo that?  | 
    
| 
           I think that message is a false positive, your only miri changes are to tests and  @rustbot ready  | 
    
| 
           The message is not a false positive, but it's also not supposed to be an indication that you shouldn't do what you're doing. Your change to the Miri subtree is good (assuming tests pass).  | 
    
8855f20    to
    81c2459      
    Compare
  
    | 
           🌲 The tree is currently closed for pull requests below priority 1000. This pull request will be tested once the tree is reopened.  | 
    
…r=m-ou-se Stabilize const_ptr_read Stabilizes const_ptr_read, with tracking issue rust-lang#80377
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#97320 (Stabilize const_ptr_read) - rust-lang#110770 (Limit lifetime of format_args!() with inlined args.) - rust-lang#111021 (Move some tests) - rust-lang#111215 (Various changes to name resolution of anon consts) - rust-lang#111242 (support set `rpath` option for each target independently) - rust-lang#111282 (Remove some `assume`s from slice iterators that don't do anything) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
| 
           Thank you :)  | 
    
Stabilizes const_ptr_read, with tracking issue #80377