@@ -4,7 +4,6 @@ Version 1.63.0 (2022-08-11)
4
4
Language
5
5
--------
6
6
- [Remove migrate borrowck mode.][95565]
7
- - [Stabilize `$$` in Rust 1.63.0.][95860]
8
7
- [Modify MIR building to drop repeat expressions with length zero.][95953]
9
8
- [Remove label/lifetime shadowing warnings.][96296]
10
9
- [Stabilize `explicit_generic_args_with_impl_trait`.][96868]
@@ -33,7 +32,6 @@ Libraries
33
32
- [Implement `Hash` for `core::alloc::Layout`.][97034]
34
33
- [os str capacity documentation.][97202]
35
34
- [Put a bound on collection misbehavior.][97316]
36
- - [Stabilize checked slice->str conversion functions.][97367]
37
35
- [Make `std::mem::needs_drop` accept `?Sized`.][97675]
38
36
- [`impl Termination for Infallible` and then make the `Result` impls of `Termination` more generic.][97803]
39
37
- [Document Rust's stance on `/proc/self/mem`.][97837]
@@ -47,8 +45,8 @@ Stabilized APIs
47
45
- [`BinaryHeap::try_reserve`]
48
46
- [`OsString::try_reserve`]
49
47
- [`OsString::try_reserve_exact`]
50
- - [`Path ::try_reserve`]
51
- - [`Path ::try_reserve_exact`]
48
+ - [`PathBuf ::try_reserve`]
49
+ - [`PathBuf ::try_reserve_exact`]
52
50
- [`Path::try_exists`]
53
51
- [`Ref::filter_map`]
54
52
- [`RefMut::filter_map`]
@@ -117,7 +115,6 @@ and related tools.
117
115
[95565]: https://github.com/rust-lang/rust/pull/95565/
118
116
[95632]: https://github.com/rust-lang/rust/pull/95632/
119
117
[95818]: https://github.com/rust-lang/rust/pull/95818/
120
- [95860]: https://github.com/rust-lang/rust/pull/95860/
121
118
[95897]: https://github.com/rust-lang/rust/pull/95897/
122
119
[95953]: https://github.com/rust-lang/rust/pull/95953/
123
120
[96296]: https://github.com/rust-lang/rust/pull/96296/
@@ -130,7 +127,6 @@ and related tools.
130
127
[97034]: https://github.com/rust-lang/rust/pull/97034/
131
128
[97202]: https://github.com/rust-lang/rust/pull/97202/
132
129
[97316]: https://github.com/rust-lang/rust/pull/97316/
133
- [97367]: https://github.com/rust-lang/rust/pull/97367/
134
130
[97652]: https://github.com/rust-lang/rust/pull/97652/
135
131
[97675]: https://github.com/rust-lang/rust/pull/97675/
136
132
[97803]: https://github.com/rust-lang/rust/pull/97803/
0 commit comments