Skip to content

Commit 7d02faa

Browse files
authored
Rollup merge of #93928 - nsunderland1:master, r=Mark-Simulacrum
Add missing release notes for #85200 Fixes #93894
2 parents 144e801 + 56d43a2 commit 7d02faa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

RELEASES.md

+5
Original file line numberDiff line numberDiff 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

160161
Compiler
161162
--------
@@ -216,6 +217,9 @@ Cargo
216217
Compatibility 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+
219223
Internal changes
220224
----------------
221225
These 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/

0 commit comments

Comments
 (0)