mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 02:53:23 +00:00
The old heuristic of checking only for the number of fields has the downside of classifying all opaque types, such as `std.c.FILE`, as "namespaces" rather than "types".