-
Notifications
You must be signed in to change notification settings - Fork 114
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
Compilation Fails #66
Comments
Sorry, related to im-rc not im-rs, er wait, that does link here. |
Has anyone figured out how to workaround this issue? I also tried It would be nice if rust-lang/rust#44690 explained how to suppress this error. |
I ended up installing the previous version to workaround the build breakage:
|
The feature mentioned in the error message should have been stabilised several compiler versions ago, and I've just verified that |
It effects the current package in Ubuntu 18.04.1 and 18.10 https://packages.ubuntu.com/bionic/cargo |
I've tried running it through various rustc versions, and the earliest version that works is 1.31.0 (where the 2018 edition was stabilised). Ubuntu Cosmic seems to have 1.30.0. |
Closing this in the absence of any further info. |
I'm getting hit by this, and using the older version is a workaround. |
I'm unable to install cargo-vendor apparently due to problems with im-rd. Something to do with "clippy::should_implement_trait" seemingly referencing: rust-lang/rust#44690
The text was updated successfully, but these errors were encountered: