Update RELEASES.md
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
This commit is contained in:
parent
73921f67e9
commit
8a026f1cdd
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ Language
|
||||||
this feature will by default produce a warning as this behaviour can be
|
this feature will by default produce a warning as this behaviour can be
|
||||||
unintuitive. E.g. `if let _ = 5 {}`
|
unintuitive. E.g. `if let _ = 5 {}`
|
||||||
- [You can now use `let` bindings, assignments, expression statements, and pattern destructuring in
|
- [You can now use `let` bindings, assignments, expression statements, and pattern destructuring in
|
||||||
constant functions.][57175]
|
const functions.][57175]
|
||||||
- [You can now specify multiple attributes in a `cfg_attr` attribute.][57332]
|
- [You can now specify multiple attributes in a `cfg_attr` attribute.][57332]
|
||||||
E.g. `#[cfg_attr(all(), must_use, optimize)]`
|
E.g. `#[cfg_attr(all(), must_use, optimize)]`
|
||||||
- [You can now specify a specific alignment with the `#[repr(packed)]`
|
- [You can now specify a specific alignment with the `#[repr(packed)]`
|
||||||
|
|
Loading…
Add table
Reference in a new issue