rust/lib/la-arena/src
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
..
lib.rs Lift out the module scope into a field in the Resolver 2022-09-02 17:02:12 +02:00
map.rs Returns the old value for la_arena::ArenaMap::insert 2022-08-07 04:53:23 +08:00