diff options
| author | Anders Kaseorg <andersk@mit.edu> | 2019-08-13 11:00:32 -0700 |
|---|---|---|
| committer | Anders Kaseorg <andersk@mit.edu> | 2019-08-13 11:06:37 -0700 |
| commit | c259d1c7c80ff83159d5abf5207baa3abcb43a7f (patch) | |
| tree | 661fbc9b9563d2baaf57304bb105e57e2f189798 | |
| parent | c599fcce7023d714cba3aff76e488a46a1b99f10 (diff) | |
| download | rust-c259d1c7c80ff83159d5abf5207baa3abcb43a7f.tar.gz rust-c259d1c7c80ff83159d5abf5207baa3abcb43a7f.zip | |
RELEASES.md: ? is one of three Kleene operators
The slash and quotes in ?/“Kleene” appeared to define “Kleene” as the name for the ? operator, which is not the case. Rust has three Kleene operators *, +, ?. (Pointed out by /u/Sharlinator on Reddit.) Signed-off-by: Anders Kaseorg <andersk@mit.edu>
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 51cd6578ec5..12131e74c48 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 |
