about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2024-03-17 09:39:13 -0700
committerJosh Stone <jistone@redhat.com>2024-03-17 09:58:27 -0700
commit213e598fae81fee52327821bce83e544229f4006 (patch)
tree8dd7f5f85e5314afa2325146b334a69b1aab5c49 /RELEASES.md
parent0ac3d4df6d5b660e42ab829968f74bdfa7e3662b (diff)
downloadrust-213e598fae81fee52327821bce83e544229f4006.tar.gz
rust-213e598fae81fee52327821bce83e544229f4006.zip
Move a couple issues to Language notes
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 57fe92fd80b..7ff3f4bf264 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -9,7 +9,9 @@ Language
 - [Reveal opaque types within the defining body for exhaustiveness checking.](https://github.com/rust-lang/rust/pull/116821/)
 - [Stabilize C-string literals.](https://github.com/rust-lang/rust/pull/117472/)
 - [Stabilize THIR unsafeck.](https://github.com/rust-lang/rust/pull/117673/)
+- [Add lint `static_mut_refs` to warn on references to mutable statics.](https://github.com/rust-lang/rust/pull/117556/)
 - [Support async recursive calls (as long as they have indirection).](https://github.com/rust-lang/rust/pull/117703/)
+- [Undeprecate lint `unstable_features` and make use of it in the compiler.](https://github.com/rust-lang/rust/pull/118639/)
 - [Get rid of type-driven traversal in const-eval interning.](https://github.com/rust-lang/rust/pull/119044/)
 - [Deny braced macro invocations in let-else.](https://github.com/rust-lang/rust/pull/119062/)
 
@@ -25,8 +27,6 @@ Compiler
 
 - [Include lint `soft_unstable` in future breakage reports.](https://github.com/rust-lang/rust/pull/116274/)
 - [Make `i128` and `u128` 16-byte aligned on x86-based targets.](https://github.com/rust-lang/rust/pull/116672/)
-- [Add lint `static_mut_refs` to warn on references to mutable statics.](https://github.com/rust-lang/rust/pull/117556/)
-- [Undeprecate lint `unstable_features` and make use of it in the compiler.](https://github.com/rust-lang/rust/pull/118639/)
 - [Use `--verbose` in diagnostic output.](https://github.com/rust-lang/rust/pull/119129/)
 - [Improve spacing between printed tokens.](https://github.com/rust-lang/rust/pull/120227/)
 - [Merge the `unused_tuple_struct_fields` lint into `dead_code`.](https://github.com/rust-lang/rust/pull/118297/)