mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
51001b35bd
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`