mirror of
https://github.com/ziglang/zig.git
synced 2025-12-14 18:23:12 +00:00
- decls brought in via `usingnamespace` were not always found because lookup was performed directly against decl_table and use_decls was never consulted - fix to use find_container_decl() path instead - closes #3367