mirror of
https://github.com/ziglang/zig.git
synced 2026-01-05 21:13:24 +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".