Skip to content

Commit

Permalink
Remove relnote for rust-lang#84022 due to revert rust-lang#107133
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Jan 21, 2023
1 parent 568d6c1 commit 43c18e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit 43c18e9

Please sign in to comment.