Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debuginfo: Make variables captured in unboxed closures available in debuginfo. #19363

Merged
merged 1 commit into from Nov 28, 2014

Conversation

michaelwoerister
Copy link
Member

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).

bors added a commit that referenced this pull request Nov 28, 2014
…, r=alexcrichton

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).
@bors bors closed this Nov 28, 2014
@bors bors merged commit 251386c into rust-lang:master Nov 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix debuginfo around move|| closures
3 participants