File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ Language
156156- [Macro attributes may follow `#[derive]` and will see the original (pre-`cfg`) input.][87220]
157157- [Accept curly-brace macros in expressions, like `m!{ .. }.method()` and `m!{ .. }?`.][88690]
158158- [Allow panicking in constant evaluation.][89508]
159+ - [Ignore derived `Clone` and `Debug` implementations during dead code analysis.][85200]
159160
160161Compiler
161162--------
@@ -216,6 +217,9 @@ Cargo
216217Compatibility notes
217218-------------------
218219
220+ - [Ignore derived `Clone` and `Debug` implementations during dead code analysis.][85200]
221+   This will break some builds that set `#![deny(dead_code)]`.
222+ 
219223Internal changes
220224----------------
221225These changes provide no direct user facing benefits, but represent significant
@@ -224,6 +228,7 @@ and related tools.
224228
225229- [Added an experimental backend for codegen with `libgccjit`.][87260]
226230
231+ [85200]: https://github.com/rust-lang/rust/pull/85200/
227232[86191]: https://github.com/rust-lang/rust/pull/86191/
228233[87220]: https://github.com/rust-lang/rust/pull/87220/
229234[87260]: https://github.com/rust-lang/rust/pull/87260/
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments