mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Mention statement macros also in release notes, for completeness.
This commit is contained in:
parent
d0c2d6c54e
commit
b84caefdbc
@ -8,7 +8,7 @@ Version 0.5 (December 2012)
|
||||
* Completed the transition from the `#fmt` extension syntax to `fmt!`
|
||||
* Removed old fixed length vector syntax - `[T]/N`
|
||||
* New token-based quasi-quoter, `quote!`
|
||||
* Macros may now expand to items
|
||||
* Macros may now expand to items and statements
|
||||
* `a.b()` is always parsed as a method call, never as a field projection
|
||||
* `Eq` and `IterBytes` implementations can be automatically generated
|
||||
with `#[deriving_eq]` and `#[deriving_iter_bytes]` respectively
|
||||
|
Loading…
Reference in New Issue
Block a user