Description
https://doc.rust-lang.org/nightly/std/

According to browser console, it is trying to load https://doc.rust-lang.org/nightly/static.files/rustdoc-bf502f66ec635d5d.css and getting 404.
Oddly, https://doc.rust-lang.org/nightly/core/ works. It uses a different CSS, https://doc.rust-lang.org/nightly/static.files/rustdoc-4e54bb2b497cc83f.css.
The non-working std docs say they are built by 1.77.0-nightly (e51e98d 2023-12-31), while the core docs are built by 1.77.0-nightly (139fb22 2024-01-03).
Other odd things are going on too at the moment. I am not sure how many of these are related or where else to look for issues.
rustup update nightly
is currently serving nightly-2024-01-01, even though the newerrustup update nightly-2024-01-04
is available.- The two dates in between do not appear to be available.
- None of this is reflected in https://rust-lang.github.io/rustup-components-history/, which cuts off at 2024-01-01
It is currently 7:00 AM in UTC, so not anywhere near the 01:30 AM that rustup nightlies usually go out and standard library documentation gets pushed.