File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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
1920Compiler
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/)
You can’t perform that action at this time.
0 commit comments