-
Notifications
You must be signed in to change notification settings - Fork 278
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
Build Failing with Cargo Nightly #1103
Comments
Nightly build should be fixed with #1110 |
how about the rustc 1.45.0-nightly? but i get this: |
@nautilor same issue, 'std::iter::Step' is not unsafe error. I read in another issue that users may try |
It's because you need to specify what to install try
I already tried but no luck |
Thanks for your reply, I tried your command and no luck either. |
@nautilor same issue for me too. |
same issue, 'std::iter::Step' is not unsafe error.... |
same issue |
|
Previous version 2.1.33 builds with recent nightly. |
I'm sorry for my absence in the thread, but what rust version fails? |
rustc --version
rustc 1.45.0-nightly (a74d1862d 2020-05-14)
rustup --version
rustup 1.21.1 (7832b2ebe 2019-12-20)
cargo _nightly --version
cargo 1.45.0-nightly (cb06cb269 2020-05-08)
…------------------ 原始邮件 ------------------
发件人: "Yuji Kanagawa"<[email protected]>;
发送时间: 2020年5月27日(星期三) 下午5:12
收件人: "racer-rust/racer"<[email protected]>;
抄送: "慢节奏"<[email protected]>;"Comment"<[email protected]>;
主题: Re: [racer-rust/racer] Build Failing with Cargo Nightly (#1103)
I'm sorry for my absence in the thread, but what rust version fails?
I confirmed that we can compile 2.1.34 by nightly-2020-05-20.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Same issue. Here is my current setup: OS:
Rust:
|
I update rust toolchains today, then it works well.
|
I am getting the following error when running
cargo +nightly install racer
:Here is my current setup:
OS:
Rust:
The text was updated successfully, but these errors were encountered: