X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=RELEASES.md;h=0f59d72bd16f29fa2cfacf86f222cab0ef0aedd8;hb=e0c1621a3f687f30a372be5308cda4c8e261c768;hp=64fe2df3c496c9fa3952183aa156abf3b18a73f5;hpb=96e0bc7b6baa6199ea53f95d54e200556edcedad;p=rust.git diff --git a/RELEASES.md b/RELEASES.md index 64fe2df3c49..0f59d72bd16 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -10,7 +10,7 @@ Language function's caller's location information for panic messages.][72445] - [Recursively indexing into tuples no longer needs parentheses.][71322] E.g. `x.0.0` over `(x.0).0`. -- [`mem::transmute` can now be used in static and constants.][72920] **Note** +- [`mem::transmute` can now be used in statics and constants.][72920] **Note** You currently can't use `mem::transmute` in constant functions. Compiler