You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASES.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -141,9 +141,9 @@ Compatibility Notes
141
141
- [Allow instructing rustdoc to read from stdin via `-`](https://github.com/rust-lang/rust/pull/124611/)
142
142
- [`std::env::{set_var, remove_var}` can no longer be converted to safe function pointers and no longer implement the `Fn` family of traits](https://github.com/rust-lang/rust/pull/124636)
143
143
- [Warn (or error) when `Self` constructor from outer item is referenced in inner nested item](https://github.com/rust-lang/rust/pull/124187/)
144
-
- [Turn non-structural-const-in-pattern lints into hard errors](https://github.com/rust-lang/rust/pull/124661/)
145
-
- [Make `WHERE_CLAUSES_OBJECT_SAFETY` lint a regular object safety violation](https://github.com/rust-lang/rust/pull/125380/)
146
-
- [Convert `proc_macro_back_compat` lint to an unconditional error.](https://github.com/rust-lang/rust/pull/125596/)
144
+
- [Turn `indirect_structural_match` and `pointer_structural_match` lints into hard errors](https://github.com/rust-lang/rust/pull/124661/)
145
+
- [Make `where_clause_object_safety` lint a regular object safety violation](https://github.com/rust-lang/rust/pull/125380/)
146
+
- [Turn `proc_macro_back_compat` lint into a hard error.](https://github.com/rust-lang/rust/pull/125596/)
147
147
- [Detect unused structs even when implementing private traits](https://github.com/rust-lang/rust/pull/122382/)
0 commit comments