mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +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 { ... }`
|
* `extern mod { ... }` is now `extern { ... }`
|
||||||
* `use mod` is the recommended way to import modules
|
* `use mod` is the recommended way to import modules
|
||||||
* `pub` and `priv` replace deprecated export lists
|
* `pub` and `priv` replace deprecated export lists
|
||||||
|
* The syntax of `match` pattern arms now uses fat arrow (=>)
|
||||||
|
|
||||||
* Semantics
|
* Semantics
|
||||||
* Trait implementations are now coherent, ala Haskell typeclasses
|
* Trait implementations are now coherent, ala Haskell typeclasses
|
||||||
|
Loading…
Reference in New Issue
Block a user