]> git.lizzy.rs Git - rust.git/commitdiff
Remove relnote for #84022 due to revert #107133
authorJosh Stone <jistone@redhat.com>
Sat, 21 Jan 2023 22:48:18 +0000 (14:48 -0800)
committerJosh Stone <jistone@redhat.com>
Sat, 21 Jan 2023 22:48:18 +0000 (14:48 -0800)
RELEASES.md

index 6acc8f3dfb4e6e12252792974665e101ae6d5e47..6be38ecca2bc7f0deeb5107883dd71dea2e7921e 100644 (file)
@@ -75,9 +75,6 @@ Compatibility Notes
   evaluation order, left-to-right.](https://github.com/rust-lang/rust/pull/103293/)
   Previously, it was "twisted" such that the _first_ expression dropped its
   temporaries _last_, after all of the other expressions dropped in order.
-- [Proc-macro derives using inaccessible names from parent modules is now a hard error.](https://github.com/rust-lang/rust/pull/84022/)
-  This has been a warning since 1.29.0, and denied by default since 1.58.0.
-  (**TODO**: revert proposed in <https://github.com/rust-lang/rust/pull/107133>)
 - [Underscore suffixes on string literals are now a hard error.](https://github.com/rust-lang/rust/pull/103914/)
   This has been a future-compatibility warning since 1.20.0.
 - [Stop passing `-export-dynamic` to `wasm-ld`.](https://github.com/rust-lang/rust/pull/105405/)