]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/unboxed-closures-by-ref.rs
Fix unit test that was illegally mutating an upvar
[rust.git] / src / test / run-pass / unboxed-closures-by-ref.rs
2014-10-05 Brian KoropoffFix unit test that was illegally mutating an upvar
2014-10-04 borsauto merge of #17755 : alexcrichton/rust/unblock-snapsh...
2014-10-04 borsauto merge of #17754 : O-I/rust/update-guide, r=stevekl...
2014-10-04 borsauto merge of #17752 : SimonSapin/rust/patch-6, r=thest...
2014-10-04 borsauto merge of #17731 : bkoropoff/rust/unboxed-by-ref...
2014-10-03 Brian KoropoffAdd some more test coverage of by-ref unboxed closures