mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 07:35:39 +00:00
rustdoc: Introduce a resolver cache for sharing data between early doc link resolution and later passes The refactoring parts of https://github.com/rust-lang/rust/pull/88679, shouldn't cause any slowdowns. r? `@jyn514`