mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
8fca8295cb
resolve: Eagerly feed closure visibilities Also factor out all tcx-dependent operations performed for every created definition into `TyCtxt::create_def`. Addresses https://github.com/rust-lang/rust/pull/118657#discussion_r1421424277
For more information about how rustc works, see the rustc dev guide.