-
Notifications
You must be signed in to change notification settings - Fork 63
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
Fails to build with latest nightly #1
Comments
Hi Alexander, Thank you for reporting this issue. Could you please try building rucene with rust nightly-2019-10-28 which is specified in rust-toolchain? FnBox was removed recently and somehow your cargo is not using rust version specified in rust-toolchain. Please let me know if you still have issues with it after switching to nightly-2019-10-28. And here are the commit and issue related to removing of FnBox. |
Sorry, wasn't aware of the
|
Can you try rustc --version to check what's the actual version it is using? |
Sure:
Not sure why the discrepancy (2019-10-27 vs. 2019-10-28) here. |
Thanks! |
Hi Alexander, I finally know what's happening now. I overlooked that you were using The root cause was that we haven't published any update to crates.io for quite some time. In order to fix this issue, I just published a new version with latest updates. Please run cargo update to update it, Sorry for the inconvenience, hopefully we can put some more resources to maintain a release cycle later on. |
Sorry, should have been explicit; I am indeed trying to import Rucene into an app. Works now, thanks for the fix! |
Thank you for trying |
Rucene also fails to build with the stable channel (due to the use of
#[feature]
), so I tried the nightly release:The text was updated successfully, but these errors were encountered: