mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
99eed207b4
resolve: Evaluate private visibilities eagerly in eff vis computation It's cheaper to evaluate them now when `Decl`arations keep their parent modules.
For more information about how rustc works, see the rustc dev guide.