mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
87c31feab8
Delay ambiguous intra-doc link resolution after `Cache` has been populated Fixes https://github.com/rust-lang/rust/issues/130233. I was getting nowhere with #130278. I took a wrong turn at some point and ended making way too many changes so instead I started again back from 0 and this time it worked out as expected. r? ```@notriddle```