Closed
Description
#![no_std]
pub fn foo() {}
Has an enormous output, 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