diff options
| author | Josh Stone <jistone@redhat.com> | 2023-12-08 14:18:58 -0800 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2023-12-19 14:56:47 -0800 |
| commit | 6ca466ed1d8288fa427fb2f981be0e38b2e7e4ec (patch) | |
| tree | 9955bdb6352f53abf09317aac047f6f1d56e19f1 | |
| parent | 35a1189ca7b49a7d3016110be1d00494c5588d9c (diff) | |
| download | rust-6ca466ed1d8288fa427fb2f981be0e38b2e7e4ec.tar.gz rust-6ca466ed1d8288fa427fb2f981be0e38b2e7e4ec.zip | |
Move exhaustive usize matching to lang
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 9e007132dd1..9554671d53a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -8,6 +8,7 @@ Language - [Stabilize `async fn` and return-position `impl Trait` in traits.](https://github.com/rust-lang/rust/pull/115822/) - [Allow function pointer signatures containing `&mut T` in `const` contexts.](https://github.com/rust-lang/rust/pull/116015/) +- [Match `usize`/`isize` exhaustively with half-open ranges.](https://github.com/rust-lang/rust/pull/116692/) - [Guarantee that `char` has the same size and alignment as `u32`.](https://github.com/rust-lang/rust/pull/116894/) - [Document that the null pointer has the 0 address.](https://github.com/rust-lang/rust/pull/116988/) - [Allow partially moved values in `match`.](https://github.com/rust-lang/rust/pull/103208/) @@ -19,7 +20,6 @@ Language Compiler -------- -- [Match usize/isize exhaustively with half-open ranges.](https://github.com/rust-lang/rust/pull/116692/) - [Rework negative coherence to properly consider impls that only partly overlap.](https://github.com/rust-lang/rust/pull/112875/) - [Bump `COINDUCTIVE_OVERLAP_IN_COHERENCE` to deny, and warn in dependencies.](https://github.com/rust-lang/rust/pull/116493/) - [Consider alias bounds when computing liveness in NLL.](https://github.com/rust-lang/rust/pull/116733/) |
