We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fb263 commit 969e8b7Copy full SHA for 969e8b7
RELEASES.txt
@@ -62,6 +62,8 @@ Version 0.6 (March 2013)
62
* Pattern matching over vectors improved and expanded
63
* Typechecking of closure types has been overhauled to
64
improve inference and eliminate unsoundness
65
+ * Macros leave scope at the end of modules, unless that module is
66
+ tagged with #[macro_escape]
67
68
* Libraries
69
* Added big integers to `std::bigint`
0 commit comments