rust/crates/hir-def
Lukas Wirth 8828049b23 Lift out the module scope into a field in the Resolver
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.
2022-09-02 17:02:12 +02:00
..
src Lift out the module scope into a field in the Resolver 2022-09-02 17:02:12 +02:00
Cargo.toml Upgrade to expect-test@1.4.0 2022-07-19 13:00:45 +02:00