mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
Update RELEASES.md
This commit is contained in:
parent
5b37ee1c2a
commit
859863dad2
@ -45,8 +45,9 @@ Libraries
|
||||
- [`IoSlice` now implements `Copy`.][69403]
|
||||
- [`Vec<T>` now implements `From<[T; N]>`.][68692] Where `N` is less than 32.
|
||||
- [`proc_macro::LexError` now implements `fmt::Display` and `Error`.][68899]
|
||||
- [`from_le_bytes`, `to_le_bytes`, `from_be_bytes`, and `to_be_bytes` methods are
|
||||
now `const` for all integer types.][69373]
|
||||
- [`from_le_bytes`, `to_le_bytes`, `from_be_bytes`, `to_be_bytes`,
|
||||
`from_ne_bytes`, and `to_ne_bytes` methods are now `const` for all
|
||||
integer types.][69373]
|
||||
|
||||
Stabilized APIs
|
||||
---------------
|
||||
|
Loading…
Reference in New Issue
Block a user