mirror of
https://github.com/ziglang/zig.git
synced 2026-02-09 19:10:48 +00:00
Previously we expected to only find decl refs in a `foo.bar.baz` type of expression. This would crash when trying to render something like `@typeInfo(T).Int.bits`. We now properly account for builtins and other components.