File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ Language
156
156
- [Macro attributes may follow `#[derive]` and will see the original (pre-`cfg`) input.][87220]
157
157
- [Accept curly-brace macros in expressions, like `m!{ .. }.method()` and `m!{ .. }?`.][88690]
158
158
- [Allow panicking in constant evaluation.][89508]
159
+ - [Ignore derived `Clone` and `Debug` implementations during dead code analysis.][85200]
159
160
160
161
Compiler
161
162
--------
@@ -216,6 +217,9 @@ Cargo
216
217
Compatibility notes
217
218
-------------------
218
219
220
+ - [Ignore derived `Clone` and `Debug` implementations during dead code analysis.][85200]
221
+ This will break some builds that set `#![deny(dead_code)]`.
222
+
219
223
Internal changes
220
224
----------------
221
225
These changes provide no direct user facing benefits, but represent significant
@@ -224,6 +228,7 @@ and related tools.
224
228
225
229
- [Added an experimental backend for codegen with `libgccjit`.][87260]
226
230
231
+ [85200]: https://github.com/rust-lang/rust/pull/85200/
227
232
[86191]: https://github.com/rust-lang/rust/pull/86191/
228
233
[87220]: https://github.com/rust-lang/rust/pull/87220/
229
234
[87260]: https://github.com/rust-lang/rust/pull/87260/
You can’t perform that action at this time.
0 commit comments