mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-06 04:06:31 +00:00

resolve: Remove `ScopeSet::Late` It's better to decouple the late/early stage from scope set, because in https://github.com/rust-lang/rust/pull/144131#discussion_r2283200511 we'll need the stage for `ScopeSet::Module` as well. See individual commits for the refactoring details. r? ``@b-naber``