Skip to content

Commit 4de9a94

Browse files
committed
auto merge of #5567 : jbclements/rust/release-note-macro-escape, r=thestinger
2 parents 30b1957 + 969e8b7 commit 4de9a94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASES.txt

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ Version 0.6 (March 2013)
6262
* Pattern matching over vectors improved and expanded
6363
* Typechecking of closure types has been overhauled to
6464
improve inference and eliminate unsoundness
65+
* Macros leave scope at the end of modules, unless that module is
66+
tagged with #[macro_escape]
6567

6668
* Libraries
6769
* Added big integers to `std::bigint`

0 commit comments

Comments
 (0)