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

(cleanup) remove unused compiler features and a failing Clone derive #52

Merged
merged 1 commit into from
May 2, 2015
Merged

(cleanup) remove unused compiler features and a failing Clone derive #52

merged 1 commit into from
May 2, 2015

Conversation

jgelens
Copy link
Contributor

@jgelens jgelens commented Apr 27, 2015

Without these changes, it fails to compile on the latest Rust beta.

These were the errors I got:

rs:43:15: 43:36 error: the trait `core::clone::Clone` is not implemented for the type `b
odyparser::errors::BodyError` [E0277]

Along with the errors regarding the unstable features.

I'm still a Rust noob, so I hope this won't break anything somewhere else. It worked for me.

which failed to compile on the latest Rust beta
@TeXitoi
Copy link

TeXitoi commented Apr 28, 2015

I have the same error on rustc 1.1.0-nightly (5fb0259ed 2015-04-26) (built 2015-04-27)

reem added a commit that referenced this pull request May 2, 2015
(cleanup) remove unused compiler features and a failing Clone derive
@reem reem merged commit 9bdbdcc into iron:master May 2, 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.

3 participants