Conversation
|
Seems clippy is also broken on nightly due to rust-lang/rust-clippy#3506 . Maybe tomorrow it will be better... 🤷♀️ |
|
Okay, there are no news nightlies coming, but the issue is known and being worked on: rust-lang/rust#56667 . |
|
Nightly Rust breaks relatively often, but since we're doing bare metal development we don't have a lot of choices. Thanks for your help though |
|
New error, something about compiler builtins. Trying to reproduce locally... |
|
Indeed, no compiler builtin source this week. Weird. |
|
This was actually expected fallout from rust-lang/rust#56092 . Builtins must now be downloaded from crates.io. Warning cargo-xbuild authors if they are not already aware of it... rust-osdev/cargo-xbuild#22 |
|
A cargo-xbuild update that should fix this issue has been pushed. Had to flush the Travis cache for it to be picked up. Now waiting for everything to be rebuilt... |
|
...and we're back! |
The CI is broken. I think that's because the clippy and rustfmt components changed name during stabilization.