We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c2d6c commit b84caefCopy full SHA for b84caef
RELEASES.txt
@@ -8,7 +8,7 @@ Version 0.5 (December 2012)
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!`
11
- * Macros may now expand to items
+ * 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
14
with `#[deriving_eq]` and `#[deriving_iter_bytes]` respectively
0 commit comments