Skip to content

Commit c259d1c

Browse files
committed
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>
1 parent c599fcc commit c259d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Language
2222
- [You can now use `_` as an identifier for consts.][61347] e.g. You can write
2323
`const _: u32 = 5;`.
2424
- [You can now use `#[repr(align(X)]` on enums.][61229]
25-
- [The `?`/_"Kleene"_ macro operator is now available in the
25+
- [The `?` Kleene macro operator is now available in the
2626
2015 edition.][60932]
2727

2828
Compiler

0 commit comments

Comments
 (0)