mirror of https://github.com/rust-lang/rust.git
Update RELEASES.md
Co-authored-by: Joshua Nelson <jyn514@gmail.com>
This commit is contained in:
parent
b7cad35f7f
commit
b36e1a63e0
|
@ -8,7 +8,7 @@ Language
|
|||
such as `◆` or `🦀`. More specifically you can now use any identifier that
|
||||
matches the UAX #31 "Unicode Identifier and Pattern Syntax" standard. This
|
||||
is the same standard as languages like Python, however Rust uses NFC
|
||||
normalisation which may be different from other languages.
|
||||
normalization which may be different from other languages.
|
||||
- [You can now specify "or patterns" inside pattern matches.][79278]
|
||||
Previously you could only use `|` (OR) on complete patterns. E.g.
|
||||
```rust
|
||||
|
|
Loading…
Reference in New Issue