Skip to content

Commit 6ca466e

Browse files
committed
Move exhaustive usize matching to lang
1 parent 35a1189 commit 6ca466e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Language
88

99
- [Stabilize `async fn` and return-position `impl Trait` in traits.](https://github.com/rust-lang/rust/pull/115822/)
1010
- [Allow function pointer signatures containing `&mut T` in `const` contexts.](https://github.com/rust-lang/rust/pull/116015/)
11+
- [Match `usize`/`isize` exhaustively with half-open ranges.](https://github.com/rust-lang/rust/pull/116692/)
1112
- [Guarantee that `char` has the same size and alignment as `u32`.](https://github.com/rust-lang/rust/pull/116894/)
1213
- [Document that the null pointer has the 0 address.](https://github.com/rust-lang/rust/pull/116988/)
1314
- [Allow partially moved values in `match`.](https://github.com/rust-lang/rust/pull/103208/)
@@ -19,7 +20,6 @@ Language
1920
Compiler
2021
--------
2122

22-
- [Match usize/isize exhaustively with half-open ranges.](https://github.com/rust-lang/rust/pull/116692/)
2323
- [Rework negative coherence to properly consider impls that only partly overlap.](https://github.com/rust-lang/rust/pull/112875/)
2424
- [Bump `COINDUCTIVE_OVERLAP_IN_COHERENCE` to deny, and warn in dependencies.](https://github.com/rust-lang/rust/pull/116493/)
2525
- [Consider alias bounds when computing liveness in NLL.](https://github.com/rust-lang/rust/pull/116733/)

0 commit comments

Comments
 (0)