X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=RELEASES.md;h=35e5627e61ff86f95f9547751ea938b656ccd1a5;hb=9f09a5eb8b9b59360528f24f0c73fdaf6bf3300a;hp=2b159e7d00434bd53f215bdbe71cbabb5eda8a22;hpb=6a540bd40c6751d6d5efaa7fcc7cd28d473b5946;p=rust.git diff --git a/RELEASES.md b/RELEASES.md index 2b159e7d004..35e5627e61f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -369,7 +369,7 @@ Language -------- - [You can now parameterize items such as functions, traits, and `struct`s by constant values in addition to by types and lifetimes.][79135] Also known as "const generics" - E.g. you can now write the following. Note: Only values of primitive integers, + E.g. you can now write the following. Note: Only values of primitive integers, `bool`, or `char` types are currently permitted. ```rust struct GenericArray {