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
..
2022-08-31 16:58:11 +02:00
2022-07-31 19:27:20 +02:00
2022-08-17 21:44:58 +08:00
2022-08-25 21:07:24 +02:00
2022-08-06 17:25:02 +03:00
2022-08-25 21:07:24 +02:00
2022-08-19 21:37:05 +03:00