We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09573ea commit bcde593Copy full SHA for bcde593
RELEASES.txt
@@ -7,7 +7,7 @@ Version 0.5 (December 2012)
7
* Removed `<-` move operator
8
* Completed the transition from the `#fmt` extension syntax to `fmt!`
9
* Removed old fixed length vector syntax - `[T]/N`
10
- * New token-based quasi-quoter, `quote!`
+ * New token-based quasi-quoters, `quote_tokens!`, `quote_expr!`, etc.
11
* Macros may now expand to items and statements
12
* `a.b()` is always parsed as a method call, never as a field projection
13
* `Eq` and `IterBytes` implementations can be automatically generated
0 commit comments