bootloader icon indicating copy to clipboard operation
bootloader copied to clipboard

Dependency compilation fail

Open kimtahen opened this issue 2 years ago • 3 comments

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.

kimtahen avatar Mar 17 '23 14:03 kimtahen

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

phil-opp avatar Mar 17 '23 15:03 phil-opp

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 avatar May 08 '23 17:05 elaforma

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.)

elaforma avatar May 08 '23 17:05 elaforma