mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
8828049b23
A Resolver *always* has a module scope at the end of its scope stack, instead of encoding this as an invariant we can just lift this scope out into a field, allowing us to skip going through the scope vec indirection entirely.