mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +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".