Skip to content

Commit 213e598

Browse files
committed
Move a couple issues to Language notes
1 parent 0ac3d4d commit 213e598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Language
99
- [Reveal opaque types within the defining body for exhaustiveness checking.](https://github.com/rust-lang/rust/pull/116821/)
1010
- [Stabilize C-string literals.](https://github.com/rust-lang/rust/pull/117472/)
1111
- [Stabilize THIR unsafeck.](https://github.com/rust-lang/rust/pull/117673/)
12+
- [Add lint `static_mut_refs` to warn on references to mutable statics.](https://github.com/rust-lang/rust/pull/117556/)
1213
- [Support async recursive calls (as long as they have indirection).](https://github.com/rust-lang/rust/pull/117703/)
14+
- [Undeprecate lint `unstable_features` and make use of it in the compiler.](https://github.com/rust-lang/rust/pull/118639/)
1315
- [Get rid of type-driven traversal in const-eval interning.](https://github.com/rust-lang/rust/pull/119044/)
1416
- [Deny braced macro invocations in let-else.](https://github.com/rust-lang/rust/pull/119062/)
1517

@@ -25,8 +27,6 @@ Compiler
2527

2628
- [Include lint `soft_unstable` in future breakage reports.](https://github.com/rust-lang/rust/pull/116274/)
2729
- [Make `i128` and `u128` 16-byte aligned on x86-based targets.](https://github.com/rust-lang/rust/pull/116672/)
28-
- [Add lint `static_mut_refs` to warn on references to mutable statics.](https://github.com/rust-lang/rust/pull/117556/)
29-
- [Undeprecate lint `unstable_features` and make use of it in the compiler.](https://github.com/rust-lang/rust/pull/118639/)
3030
- [Use `--verbose` in diagnostic output.](https://github.com/rust-lang/rust/pull/119129/)
3131
- [Improve spacing between printed tokens.](https://github.com/rust-lang/rust/pull/120227/)
3232
- [Merge the `unused_tuple_struct_fields` lint into `dead_code`.](https://github.com/rust-lang/rust/pull/118297/)

0 commit comments

Comments
 (0)