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

compiletest needs to link to native crate, or at least the rt library. #17940

Merged
merged 1 commit into from
Oct 11, 2014

Conversation

pnkfelix
Copy link
Member

compiletest needs to link to native crate, or at least the rt library.

(I tried using a dependency on rustrt instead, and that did not resolve the problem. But this does.)

Partially addresses #17883

(I tried using a dependency on `rustrt` instead, and that did not
resolve the problem.  But this does.)

Fix rust-lang#17883
bors added a commit that referenced this pull request Oct 11, 2014
…=huonw

compiletest needs to link to native crate, or at least the `rt` library.

(I tried using a dependency on `rustrt` instead, and that did not resolve the problem.  But this does.)

Partially addresses #17883
@bors bors closed this Oct 11, 2014
@bors bors merged commit b63a18f into rust-lang:master Oct 11, 2014
lnicola pushed a commit to lnicola/rust that referenced this pull request Aug 29, 2024
…Veykril

Preliminary work for rust-lang#17940

I split the PR as requested, and made small commits.
lnicola pushed a commit to lnicola/rust that referenced this pull request Aug 29, 2024
feat: Create an assist to convert closure to freestanding fn

The assist converts all captures to parameters.

Closes rust-lang#17920.

This was more work than I though, since it has to handle a bunch of edge cases...

Based on rust-lang#17941. Needs to merge it first.
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.

3 participants