```rust #![no_std] pub fn foo() {} ``` [Has an enormous output](https://gist.github.com/aDotInTheVoid/6859d98c07602f408ed967f16101bb99), that includes `core::fmt::Write`, and many other unreferenced items. Many of these items also have dangling Id's. ~~Possibly caused by #101105~~ @rustbot modify labels: +A-rustdoc-json +T-rustdoc