-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix compile error in the latest nightly 1.33.0. #1
fix compile error in the latest nightly 1.33.0. #1
Conversation
Fails to build on my machine.
after replacing build...
Using xargo instead...
|
|
In my environment, it still works with the latest compiler:
I'm not sure the cause but it may be related to the latest update: |
Apologies, I'm running 1.33, I wont be able to test this until the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tomoyuki-nakabayashi After finally get the RLS released - Thanks for the wait. I reviewed the commit and found only one minor issue. You do need eh_personality
or else the compilation fails
src/lang.rs
#[lang = "eh_personality"]
#[no_mangle]
pub extern "C" fn eh_personality() {}
@Skarlett |
Sorry I just saw this. Thanks for your pull request, I'll merge it. |
Hi Souvik,
Thank you for your email.
First of all, I really love this humorous but challenging project.
And I am pleased to contribute to this project.
BTW, I found that the latest xargo is something wrong.
When I try to build the project using xargo, the following error occurs:
I'm not sure the cause.
Instead, I use
cargo xbuild
that looks like working fine.Here is my current compiler version
I'll investigate this xargo matter.
thanks,