X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=RELEASES.md;h=f26f6e6c888eda387ced2872b2e6eb3dc9074f75;hb=cce631a5a49c327eb301c9d65a17a39d7863da64;hp=7ad739d06d54f0aeaf3c56a28ab7a66b017ce32d;hpb=dda33cad3841a49e066f8eac56f89db8a0ce4e5c;p=rust.git diff --git a/RELEASES.md b/RELEASES.md index 7ad739d06d5..f26f6e6c888 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -22,7 +22,7 @@ Language - [You can now use `_` as an identifier for consts.][61347] e.g. You can write `const _: u32 = 5;`. - [You can now use `#[repr(align(X)]` on enums.][61229] -- [The `?`/_"Kleene"_ macro operator is now available in the +- [The `?` Kleene macro operator is now available in the 2015 edition.][60932] Compiler