X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=RELEASES.md;h=35e5627e61ff86f95f9547751ea938b656ccd1a5;hb=2bc7d4d70acc2fb317c26600e59094c510ac528b;hp=2b159e7d00434bd53f215bdbe71cbabb5eda8a22;hpb=504c378159c43869c148b4a0396134ab9c17de3e;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 {