Files
rust/src/libsyntax
bors b8516de48f auto merge of #10833 : sfackler/rust/mut-pat, r=brson
Previously, if you wanted to bind a field mutably or by ref, you had to
do something like Foo { x: ref mut x }. You can now just do
Foo { ref mut x }.

Closes #6137
2013-12-10 22:51:19 -08:00
..
2013-12-08 02:55:28 -05:00
2013-12-08 21:21:15 -05:00
2013-12-08 02:55:28 -05:00
2013-12-08 02:55:28 -05:00