mirror of https://github.com/rust-lang/rust.git
RELEASES: tweak description of new quoter.
This commit is contained in:
parent
09573ea8cf
commit
bcde593d3a
|
@ -7,7 +7,7 @@ Version 0.5 (December 2012)
|
|||
* Removed `<-` move operator
|
||||
* Completed the transition from the `#fmt` extension syntax to `fmt!`
|
||||
* Removed old fixed length vector syntax - `[T]/N`
|
||||
* New token-based quasi-quoter, `quote!`
|
||||
* New token-based quasi-quoters, `quote_tokens!`, `quote_expr!`, etc.
|
||||
* 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
|
||||
|
|
Loading…
Reference in New Issue