mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Mention fat arrow arms in release notes
This commit is contained in:
parent
409bc6fc2c
commit
008bb6fe06
@ -14,6 +14,7 @@ Version 0.4 (September 2012)
|
||||
* `extern mod { ... }` is now `extern { ... }`
|
||||
* `use mod` is the recommended way to import modules
|
||||
* `pub` and `priv` replace deprecated export lists
|
||||
* The syntax of `match` pattern arms now uses fat arrow (=>)
|
||||
|
||||
* Semantics
|
||||
* Trait implementations are now coherent, ala Haskell typeclasses
|
||||
|
Loading…
Reference in New Issue
Block a user