mirror of
https://github.com/ziglang/zig.git
synced 2026-02-02 12:43:40 +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".