mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 15:13:08 +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.