rust-analyzer/lib/la-arena
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 internal: vendor lsp-server 2022-05-14 21:15:43 +01:00