Skip to content

Commit 43c18e9

Browse files
committed
Remove relnote for rust-lang#84022 due to revert rust-lang#107133
1 parent 568d6c1 commit 43c18e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

RELEASES.md

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

0 commit comments

Comments
 (0)