File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,6 @@ Compatibility Notes
75
75
evaluation order, left-to-right.](https://github.com/rust-lang/rust/pull/103293/)
76
76
Previously, it was "twisted" such that the _first_ expression dropped its
77
77
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>)
81
78
- [Underscore suffixes on string literals are now a hard error.](https://github.com/rust-lang/rust/pull/103914/)
82
79
This has been a future-compatibility warning since 1.20.0.
83
80
- [Stop passing `-export-dynamic` to `wasm-ld`.](https://github.com/rust-lang/rust/pull/105405/)
You can’t perform that action at this time.
0 commit comments