]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #19363 : michaelwoerister/rust/support-unboxed-closures, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 28 Nov 2014 09:31:24 +0000 (09:31 +0000)
committerbors <bors@rust-lang.org>
Fri, 28 Nov 2014 09:31:24 +0000 (09:31 +0000)
This PR lets `rustc` generate debuginfo for variables captured by unboxed closures.

Fixes #19356

@nikomatsakis This PR will probably conflict with #19338. If this gets merged before, you should be able to just leave the test case as it is (maybe remove the `#![feature(unboxed_closures)]` directive).


Trivial merge