Conversation
|
Looks like the linker error is due to a rustc regression introduced in For now, I'll try pinning our nightly to |
2022-10-092022-10-07
This commit updates Mycelium's pinned nightly version to Rust `nightly-2022-10-09`. Unfortunately, this currently doesn't work, due to linker errors when linking with the bootloader (see rust-osdev/bootloader#271).
113240e to
3551e31
Compare
|
The only thing that's breaking here is RustDoc, which is weird because it works for me locally... |
|
Ah, looks like the RustDoc panic is rust-lang/rust#103463 |
|
Hmm, the fix for the RustDoc issue seems to have merged 3 days ago (rust-lang/rust#103649), so I'm surprised it's not in yesterday's nightly? |
|
Issue appears to be related to building the docs for the |
|
Opened rust-lang/rust#104421, since this appears to be a different panic from the one that was fixed. Update: looks like that's probably a duplicate of rust-lang/rust#104145, which appears to have a PR open to fix it...hopefully that'll be in the next nightly and we can see if it fixes our issue as well. |
This appears not to have the fix for rust-lang/rust#104145 yet, as it's currently on rust-lang/rust@96ddd32, and the fix was merged in rust-lang/rust@dc869fc, but I figured I'd bump anyway. Tomorrow's nightly should be good again!
This contains the fix for rust-lang/rust#104145, so our docs build now!
This commit updates Mycelium's pinned nightly version to Rust `nightly-2022-10-09`. Unfortunately, this currently doesn't work, due to linker errors when linking with the bootloader (see rust-osdev/bootloader#271).
This appears not to have the fix for rust-lang/rust#104145 yet, as it's currently on rust-lang/rust@96ddd32, and the fix was merged in rust-lang/rust@dc869fc, but I figured I'd bump anyway. Tomorrow's nightly should be good again!
This contains the fix for rust-lang/rust#104145, so our docs build now!
bc64063 to
47162c1
Compare
This commit updates Mycelium's pinned nightly version to Rust `nightly-2022-10-09`. Unfortunately, this currently doesn't work, due to linker errors when linking with the bootloader (see rust-osdev/bootloader#271).
This appears not to have the fix for rust-lang/rust#104145 yet, as it's currently on rust-lang/rust@96ddd32, and the fix was merged in rust-lang/rust@dc869fc, but I figured I'd bump anyway. Tomorrow's nightly should be good again!
This contains the fix for rust-lang/rust#104145, so our docs build now!
I changed all the crates to use this syntax in #335 when updating, but I forgot that `cordyceps` has a MSRV. Whoops!
I changed all the crates to use this syntax in #335 when updating, but I forgot that `cordyceps` has a MSRV. Whoops!
I changed all the crates to use this syntax in #335 when updating, but I forgot that `cordyceps` has a MSRV. Whoops!
This commit updates Mycelium's pinned nightly version to Rust
nightly-2022-10-09. Unfortunately, this currently doesn't work, due to linker errors when linking with the bootloader (see rust-osdev/bootloader#271).