Skip to content

Commit 7d51dae

Browse files
authored
Rollup merge of #88694 - Mark-Simulacrum:relnotes, r=Mark-Simulacrum
Drop 1.56 stabilizations from 1.55 release notes r? `@Mark-Simulacrum`
2 parents f69ccb1 + daf6f99 commit 7d51dae

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

RELEASES.md

+1-15
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ Language
1010

1111
Compiler
1212
--------
13-
- [Added tier 3\* support for `powerpc-unknown-freebsd`.][87370]
14-
- [Added tier 3 support for `powerpc64le-unknown-freebsd`.][83572]
13+
- [Added tier 3\* support for `powerpc64le-unknown-freebsd`.][83572]
1514

1615
\* Refer to Rust's [platform support page][platform-support-doc] for more
1716
information on Rust's tiered platform support.
@@ -24,17 +23,6 @@ Libraries
2423
no longer reject certain valid floating point values, and reduce
2524
the produced code size for non-stripped artifacts.
2625
- [`string::Drain` now implements `AsRef<str>` and `AsRef<[u8]>`.][86858]
27-
- [`collections::{BinaryHeap, BTreeSet, HashSet, LinkedList, VecDeque}` now
28-
implement `From<[T; N]>`.][84111]
29-
- [`collections::{BTreeMap, HashMap}` now implement `From<[(K, V); N]>`.][84111]
30-
This allows you to write the following;
31-
```rust
32-
let highscores = std::collections::HashMap::from([
33-
("Alice", 9000u32),
34-
("Bob", 7250),
35-
("Charlie", 5500),
36-
]);
37-
```
3826

3927
Stabilised APIs
4028
---------------
@@ -60,7 +48,6 @@ Stabilised APIs
6048
The following previously stable functions are now `const`.
6149

6250
- [`str::from_utf8_unchecked`]
63-
- [`mem::transmute`]
6451

6552

6653
Cargo
@@ -131,7 +118,6 @@ Compatibility Notes
131118
[`MaybeUninit::assume_init_ref`]: https://doc.rust-lang.org/stable/std/mem/union.MaybeUninit.html#method.assume_init_ref
132119
[`MaybeUninit::write`]: https://doc.rust-lang.org/stable/std/mem/union.MaybeUninit.html#method.write
133120
[`Seek::rewind`]: https://doc.rust-lang.org/stable/std/io/trait.Seek.html#method.rewind
134-
[`mem::transmute`]: https://doc.rust-lang.org/stable/std/mem/fn.transmute.html
135121
[`ops::ControlFlow`]: https://doc.rust-lang.org/stable/std/ops/enum.ControlFlow.html
136122
[`str::from_utf8_unchecked`]: https://doc.rust-lang.org/stable/std/str/fn.from_utf8_unchecked.html
137123
[`x86::_bittest`]: https://doc.rust-lang.org/stable/core/arch/x86/fn._bittest.html

0 commit comments

Comments
 (0)