Skip to content

Update for latest Rust nightly #232

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

Merged
merged 3 commits into from
Jan 10, 2015
Merged

Conversation

cyderize
Copy link
Contributor

This allows hyper to compile on the Rust alpha release.

I've just done this as quickly as I could, so there are probably things that are done the wrong way, since I was more concerned about getting it to compile successfully and pass tests.

Also, what's the need for typeable? I don't see it being used anywhere, so I've removed it from the dependencies.

Tracks rust nightly.

7 tests fail -- still finding source
Fixed tests, however cannot link bench tests for some reason
Needed to allow unstable.

Also, why do we depend on typeable? Removed from Cargo.toml
@seanmonstar
Copy link
Member

Amazing! I've been working on it too, but converting to associated types. I'll merge this, so that people can build, and then rebase against my assoc types work.

seanmonstar added a commit that referenced this pull request Jan 10, 2015
Update for latest Rust nightly
@seanmonstar seanmonstar merged commit 4026ec1 into hyperium:master Jan 10, 2015
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.

2 participants