mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
5e48418496
Immediately feed visibility on DefId creation This system was originally introduced in rust-lang/rust#121089 This PR was enabled by refactorings in rust-lang/rust#154945, because after that, the visibility feeding happens directly after the `DefId` creation, so we don't need to go through the intermediate hash table anymore Should unblock rust-lang/rust#138995
For more information about how rustc works, see the rustc dev guide.