Skip to content

Commit 3b8c0cc

Browse files
committed
Reorder lang relnotes
1 parent c14f0a1 commit 3b8c0cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ Version 1.83.0 (2024-11-28)
55

66
Language
77
--------
8+
- [Stabilize `&mut`, `*mut`, `&Cell`, and `*const Cell` in const.](https://github.com/rust-lang/rust/pull/129195)
9+
- [Allow creating references to statics in `const` initializers.](https://github.com/rust-lang/rust/pull/129759)
810
- [Implement raw lifetimes and labels (`'r#ident`).](https://github.com/rust-lang/rust/pull/126452)
9-
- [The `non_local_definitions` lint now fires on less code and warns by default.](https://github.com/rust-lang/rust/pull/127117)
1011
- [Define behavior when atomic and non-atomic reads race.](https://github.com/rust-lang/rust/pull/128778)
1112
- [Non-exhaustive structs may now be empty.](https://github.com/rust-lang/rust/pull/128934)
12-
- [Stabilize `&mut`, `*mut`, `&Cell`, and `*const Cell` in const.](https://github.com/rust-lang/rust/pull/129195)
1313
- [Disallow implicit coercions from places of type `!`](https://github.com/rust-lang/rust/pull/129392)
1414
- [`const extern` functions can now be defined for other calling conventions.](https://github.com/rust-lang/rust/pull/129753)
15-
- [Allow creating references to statics in `const` initializers.](https://github.com/rust-lang/rust/pull/129759)
1615
- [Stabilize `expr_2021` macro fragment specifier in all editions.](https://github.com/rust-lang/rust/pull/129972)
16+
- [The `non_local_definitions` lint now fires on less code and warns by default.](https://github.com/rust-lang/rust/pull/127117)
1717

1818

1919
<a id="1.83.0-Compiler"></a>

0 commit comments

Comments
 (0)