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

Dependency compilation fail #355

Open
kimtahen opened this issue Mar 17, 2023 · 3 comments
Open

Dependency compilation fail #355

kimtahen opened this issue Mar 17, 2023 · 3 comments

Comments

@kimtahen
Copy link

In rustc 1.70.0-nightly (ab654863c 2023-03-15), bincode which is one of the dependencies of bootloader crate is not compiled because of internal compiler error.
스크린샷 2023-03-17 오후 11 46 15

But, in rustc 1.69.0-nightly, it compiles fine.

@phil-opp
Copy link
Member

There was some nightly breakage in that specific Rust nightly. The next nightly fixed this again (511364e78 2023-03-16).

@elaforma
Copy link

elaforma commented May 8, 2023

I tried both the specified nightly (2023-03-16), as well as the latest one (2023-05-07), and compilation fails for me with the same error (Fedora 38).

@elaforma
Copy link

elaforma commented May 8, 2023

Never mind, I tested with the wrong nightly version - the one @phil-opp mentioned works for me. Probably still worth mentioning that the latest nightly is broken again.

(pro tip: If you rustup override set nightly-2023-03-16, you get the broken one, use rustup override set nightly-2023-03-17 instead. No idea why.)

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

No branches or pull requests

3 participants